MTECH OOT 1stsem
MTECH OOT 1stsem
JABALPUR
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
LAB MANUAL
NAME:
ENROLLMENT NUMBER:
TEACHER IN CHARGE: -
DECEMBER 2024
INDEX
S.NO Name Of Experiments Date Remarks
1. Write a C++ program to find the sum of
individual digits of a positive integer.
2. Write a C++ Program to find both the
largest and smallest number in a list of
integers.
3. Write a C++ program to sort a list of
numbers in ascending order.
4. Write a Program to illustrate New and
Delete Keywords for dynamic memory
allocation.
5. Write a C++ Program to illustrate default
constructor, parameterized constructor and
copy constructors.
6. a) Write a program to demonstrate the i)
Operator Overloading ii) Function
Overloading.
b) Write a Program to demonstrate friend
function and friend class.
7. Write a C++ Program that illustrate single
inheritance.
8. Write a C++ Program that illustrate multiple
inheritance
9. Write a C++ Program that illustrate
multilevel inheritance.