C++ Module-1 QB
C++ Module-1 QB
Sl. Questions
No.
1. List out the applications of C++.
2. Distinguish between procedure-oriented programming and object-oriented programming.
3. Interpret the benefits of OOPs.
4. Discuss the basic concepts of OOPs.
5. Define reference variable. Explain its syntax with a suitable example.
6. Explain the various expressions in C++.
7. Briefly explain the basic data types of C++. Also, explain the input and output stream in C++.
8. Explain the concept of function overloading.
9. Define inline function. Explain inline functions in detail.
10. Interpret the control statements in C++.
11. Define recursion. Write a C++ program to find the factorial of a number using recursion.
12. Define variables. Explain the rules for defining the variable in C++.
13. Write a C++ program to read and display ‘n’ array elements.
14. Briefly explain the various categories of functions.