0% found this document useful (0 votes)
33 views1 page

Important Question of PMDS For Final Examination

The document outlines important questions related to programming concepts and C++ for a final examination. Key topics include programming setup, C++ structure, data types, conditional statements, loops, functions, inheritance, operator overloading, data structures, and sorting algorithms. It serves as a comprehensive guide for students to prepare for their exam.

Uploaded by

tanishrajthakur
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 views1 page

Important Question of PMDS For Final Examination

The document outlines important questions related to programming concepts and C++ for a final examination. Key topics include programming setup, C++ structure, data types, conditional statements, loops, functions, inheritance, operator overloading, data structures, and sorting algorithms. It serves as a comprehensive guide for students to prepare for their exam.

Uploaded by

tanishrajthakur
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
You are on page 1/ 1

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

You might also like