IMPORTANT QUESTION OF PMDS FOR FINAL EXAMINATION
1. Concept of Programming? – Programming Setup, instruction, programming approach.
2. Structure of C++ Programming? – Header File, Class, Member function, Main function.
3. Write a short note on -
a. Variable
b. Operator
c. Data types
d. Token
4. Explain scope resolution operator?
5. Formatted Unformatted I/O stream? – getch, getchar, putc, cin, cout, printf(), scanf().
6. Conditional Statement – if, if-else, switch?
7. Explain loops with examples – For loop, while loop, do-while loop?
8. Explain the concept of function – function definition, function calling, function prototyping,
arguments?
9. Explain Call by Value or Call by Reference?
10. Explain inline function and overloading function?
11. Static data member and Static member function and friend function?
12. Explain the concept of Constructor and Destructor? Types of Constructor – Default Constructor,
Parameterized Constructor, Copy Constructor.
13. What is inheritance and its types with example?
14. Operator Overloading?
15. Manipulators, Polymorphism
16. Basics concept of data structure its classification?
17. Array, Queue, Linked list, Stacks? – Definition, types, operation, application?
18. Tree – Types of tree?
19. Searching – Binary search tree, AVL tree.
20. Sorting – Bubble sort, selection sort, insertion sort, quick sort.
21. Graphs