0% found this document useful (0 votes)
17 views1 page

Index

Uploaded by

NARENDER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Index

Uploaded by

NARENDER
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Index

S.NO TOPIC Remarks


1. WAP to print “Hello”.
2. WAP to Print ASCII value of Digits, Uppercase and Lowercase
Alphabets
3. WAP to calculate sum and average of three numbers.
4. WAP to find Compound Interest
5. WAP to calculate sum of two numbers.
6. WAP to swap two numbers without using temp variable.
7. WAP to find whether a number is an Armstrong number or not
8. WAP to reverse a number.
9. WAP to find largest number of a list of numbers entered through
keyboard
10. WAP to print table of any number
11. WAP to print your name 10 times
12. WAP to calculate and print the sum of even and odd integers of
the first n natural numbers
13. WAP to check whether a number is prime number or not
14. WAP to calculate Factorial of any number.
15. WAP to Check whether a year is Leap year or not
16. WAP to check whether a number is odd or even
17. WAP to Find LCM and HCF of two numbers.
18. WAP to demonstrate the usage of scope resolution operator.
19. WAP to accept and display the details of a student using class.
20. WAP to accept and display the details of an employee using a class.
21. WAP to sort an array in ascending order.
22. WAP to demonstrate the usage of Inline function.
23. WAP to demonstrate simple inheritance.
24. WAP to demonstrate the usage of a constructor and destructor in
a class.
25. WAP to demonstrate the usage of friend function in a class.
26. WAP to demonstrate the usage of endl and setw manipulators.
27. WAP to display employee information using multiple inheritance.
28. WAP to demonstrate multilevel inheritance.
29. WAP overload + operator to add two complex numbers.
30. WAP to find the sum of natural numbers using for loop.
31. WAP to implement concept of Constructor.
32. WAP to implement concept of Destructor.
33. WAP to implement concept of copy Constructor.
34. WAP implement concept of Parametrized Constructor.
35. WAP to implement concept of Template Class.
36. WAP to implement concept of Template Function.
37. WAP to Implement concept of Exception handling.

You might also like