Shri Ram College, Muzaffarnagar
BCA-III Sem
List of programs for C++ practical file
1. Write a C++ Program to Calculate Power of a Number.
2. Write a C++ program to create a class for student to get and print details of a
student using member functions.
3. Write a C++ Program to Check Whether a Number is Prime or Not?
4. Write a C++ program to create a class for student to get and print details of N
students using member functions.
5. Write a C++ program to Calculate Factorial of a Number using class.
6. Write a C++ program to demonstrate example of friend function with class.
7. Write a C++ Program to Find Largest Element of an Array
8. Write a Program of Function Overloading Using C++ Programming.
9. Write a C++ Program to find the Multiplication of Two Matrices.
10. Write a Program to demonstrate the use of Constructor in C++.
11. Write a C++ Program to demonstrate the use of Static Data Member.
12. Write a C++ Program for Single Inheritance Using C++ Programming.
13. Write a C++ Program for Multiple Inheritance Using C++ Programming.
14. Write a C++ Program for Multilevel Inheritance Using C++ Programming.
15. Write a C++ Program to demonstrate the use of Virtual Function.