0% found this document useful (0 votes)
4 views

24CS101 Programming in C++ important question

The document outlines the syllabus for the Programming in C++ course at R.M.K. College of Engineering and Technology, detailing topics covered across five units. Key subjects include conditional and iterative statements, arrays, object-oriented programming concepts, inheritance, and file handling. Each unit contains specific questions and programming tasks aimed at enhancing understanding of C++ programming principles.

Uploaded by

skdhakhil9
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

24CS101 Programming in C++ important question

The document outlines the syllabus for the Programming in C++ course at R.M.K. College of Engineering and Technology, detailing topics covered across five units. Key subjects include conditional and iterative statements, arrays, object-oriented programming concepts, inheritance, and file handling. Each unit contains specific questions and programming tasks aimed at enhancing understanding of C++ programming principles.

Uploaded by

skdhakhil9
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

R.M.K.

COLLEGE OF ENGINEERING AND TECHNOLOGY

R.S.M Nagar, Puduvoyal, Gummidipoondi Taluk, Thiruvallur District,

SUBJECT: 22CS101- PROGRAMMING IN C++


UNIT-1

1. Explain conditional statement with example program


2. Explain iterative statement with example program
3. Explain unconditional statement with example program
4. Write a program how to convert the binary number , octal number and decimal number
5. Explain array and its types
6. Explain operators with sample program
7. Explain one dimensional array with program
8. Explain two dimensional array with program
9. Explain multi-dimensional array with program
10. Explain string manipulation function
11. Write program for palindrome
12. Write program to find the root of a number
13. Write a program for find the maximum of an array of number

UNIT-2

1. Explain function arguments


2. Explain storage classes and types of storage classes
3. Explain user defined function
4. Explain functional overloading
5. Explain pointer operators and expressions

UNIT-3

1. Explain concepts of object oriented programming


2. Explain Benefits of oop
3. Explain class and object with simple program
4. Explain member function and how to access the member function with example program
5. Explain nesting of member function, private member function with example program
6. Explain memory allocation for objects
7. Explain objects as function arguments with example program
8. Explain friend function and const member function with example program
9. Explain constructor and destructors with example

UNIT -4

1. Explain Inheritance with type of Inheritance


2. Write a program using multiple inheritance and hybrid inheritance
3. Explain operator overloading
4. Explain the difference between pure virtual function and virtual function wi
5. Explain virtual Base class and Abstract class
6. Explain this pointer and pointer to derived class
7. Explain polymorphism with program

UNIT -5

1. Explain Unformatted I/O and Formatted console I/O


2. Explain File modes and explain with program
3. Explain Templates, Class Template and Functional Template
4. Explain Exception Handling

You might also like