1 Program to add two numbers.
2 Program to use endl manipulator.
3 Program to calculate area and circumference of a circle.
4 Program to calculate average of three numbers.
5 Program to swap two numbers without using a third variable.
6 Program to find out the greater number.
7 Program to find whether a number is palindrome or not.
8 Program to find salary of an employee using switch statement.
9 Program to find out whether number is even or odd.
10 Program to convert temperature from degree centigrade to Fahrenheit.
11 Program to calculate the value of the function.
12 Program to find the sum of n natural numbers using for loop.
13 Program to find the sum of n natural numbers using do loop.
14 Program to find the sum of n natural numbers using while loop.
15 Program to calculate the volume of boxes using objects and classes.
16 Program to find out the percentage of student marks using classes.
17 Program to use a private data member.
18 Program to implement static member data.
19 Program to implement static member function.
20 Program to implement the friend function.
21 Program to implement friend classes.
22 Program to implement constructor.
23 Program to implement default constructor.
24 Program to implement parameterized constructor.
25 Program to implement multiple constructors in a class.
26 Program to implement default copy constructor.
27 Program to implement user defined copy constructor.
28 Program to implement constructor overloading.
29 Program to implement operator overloading : ++ operator
30 Program to print Fibonacci series using ++ operator overloading.
31 Program to implement the assignment operator overloading- points
32 Program to implement the assignment operator overloading-complex numbers.
33 Program to implement the relational operator overloading-points
34 Program to implement the binary + operator overloading -complex numbers.
35 Program to concat two strings using + operator overloading.
36 Program to implement deconstructor.
No comments:
Post a Comment