ATOMIC ENERGY CENTRAL SCHOOL-1, JADUGUDA
LIST OF C++ PROGRAM FOR PRACTICAL TEST YEAR:-2016-17
1. Write a c++ program to find factors of a number.
2. Write a c++ program to find sum of digits of a number.
3. Write a c++ program to find reverse of a number.
4. Write a c++ program to find Fibonacci series first 15 term
5. Write a c++ program to check weather a number is prime or not.
6. Write a c++ program to find gcd and lcm of 2 number.
7. Write a c++ program to check weather a number is palindrome or not.
8. Write a c++ program to find weather a number is perfect or not.
9. Write a c++ program to check weather a number is Armstrong or not.
10. Write a c++ program to print the following pattern using loops
1
23
456
7 8 9 10
11. Write a c++ program to print the following pattern using loops
1
12
123
123 4
12. Write a c++ program to print the following pattern using loops
*****
*****
*****
*****
13. Write a c++ program to print the following pattern using loops
A
BC
DEF
GHIJ
14. Write a c++ program to print the following pattern using loops
A
AB
ABC
ABC D
1 S.K.Mukherjee / Krishana Acharjee
15. Write a c++ program to print the following pattern using loops
*
**
***
****
16. Write a c++ program to sort 10 number in ascending order in a array.(Bubble Sort)
17. Write a c++ program to find each row sum of 3X3 matrix.
18. Write a c++ program to find sum of diagonals element of 4 X 4 matrix.
19. Write a c++ program display upper triangle of 4X4 Matrix.
20. Write a c++ program display lower triangle of 4X4 Matrix.
21. Write a c++ program to concatenate two string using user defined function.
22. Write a c++ program to copy a string into another string using user defined
function.
23. Write a c++ program to check weather a string is palindrome or not.
24. Write a c++ program using user defined function to find Fibonacci series.
25. Write a c++ program using structure within structure to store 10 student record
having structure roll, name, address(house no,pincode).
******
2 S.K.Mukherjee / Krishana Acharjee