The document is an index of practical programming exercises, detailing various tasks to be completed in programming languages such as C and C++. It includes tasks like swapping numbers, calculating factorials, using pointers, and demonstrating object-oriented programming concepts. Each task is numbered and includes a corresponding page number for reference.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
C++ Index
The document is an index of practical programming exercises, detailing various tasks to be completed in programming languages such as C and C++. It includes tasks like swapping numbers, calculating factorials, using pointers, and demonstrating object-oriented programming concepts. Each task is numbered and includes a corresponding page number for reference.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Index
Sr. No Title of the Practical Page no. Signature
01 WAP to swap two number using third variables 1 02 WAP to construct a function multiplication of 3 variables 2 03 WAP to find the sum of 10 elements of an array 3 04 WAP to show the use of call by value in function argument 4 05 Print fabonacci series up to nth terms 5 06 WAP to check the number is prime or not 6 07 WAP to find the largest number among three numbers 7 08 WAP of increment and decrement also (pre, post) both 8 09 WAP to print the table of a number 9 10 WAP to make a simple calculator using switch-case 10 11 WAP using continue statement 11 12 WAP to using pointer as a function 12 13 WAP to find Factorial of a ‘n’ number 13 14 WAP of malloc () 14 15 WAP of calloc () 15 16 WAP to swap two number without using third variables 16 17 WAP of realloc () 17 18 WAP of Free () 18 19 Create 1D and 2D array 19 20 Write a program to enter marks of 5 subject of 5 student 20 21 Write a C++ program demonstrate the use of static member function 21 22 Write a C++ program to demonstrate array of object storing student 22 data 23 Write a program to show overloding of function with different 23 parameter types 24 Consider a base class(shape)and its Drive class(rectangle). Print total 24 area of rectangle 25 Write a program to array of object 25 26 Write a program using structure and union to store and display 26 student’s Name, ID, email and DOB 27 Consider a base class(shape) and its child class(rectangle)Print total 27 area of rectangle and square 28 Ambiguity resolution with function overriding 28 29 C++ Program using virtual Base class 29 30 WAP of Multiple and Multilevel inheritance