0% found this document useful (0 votes)
33 views2 pages

C++ Practical Test Programs List

The document lists C++ programming tasks for a practical test at Atomic Energy Central School-1, Jaduguda for the year 2016-17. It includes a variety of programs such as finding factors, checking for prime numbers, generating Fibonacci series, and manipulating matrices. Additionally, it features tasks related to string operations and printing patterns using loops.

Uploaded by

deep11680
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)
33 views2 pages

C++ Practical Test Programs List

The document lists C++ programming tasks for a practical test at Atomic Energy Central School-1, Jaduguda for the year 2016-17. It includes a variety of programs such as finding factors, checking for prime numbers, generating Fibonacci series, and manipulating matrices. Additionally, it features tasks related to string operations and printing patterns using loops.

Uploaded by

deep11680
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

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

You might also like