Explain >> and << operators.
[3 marks]Explain merits and demerits of inline functions.
[4 marks]Enlist and explain the basic characteristics of OOP in detail.
[7 marks]Explain destructor with suitable example.
[3 marks]Explain function overloading with suitable example.
[4 marks]What is a constructor? Explain types of constructor with examples.
[7 marks]Explain the use of setw(), setfill() and setprecision() manipulator with example.
[7 marks]Describe the following terms in C++ :
[3 marks]Reference Variable ii) Portability iii) Dynamic Binding
[ marks]Explain Default Argument with suitable example.
[4 marks]What is friend function? Explain it with suitable example.
[7 marks]Define with examples:
[3 marks]Macro b) Binary file c) this pointer
[ marks]Explain virtual base class with suitable example.
[4 marks]i) Write short note on: Memory Management operators of C++ with examples. ii) Explain scope resolution operator (::) with an example.
Explain inline function with suitable example.
[3 marks]Explain various forms of inheritance with suitable diagrammatic illustrations.
[4 marks]What is the purpose of using template in C++? Explain template function and template class with example.
[7 marks]Define Overriding. Explain with suitable example.
[3 marks]Enlist and explain different file management functions.
[4 marks]Explain type conversion from class type to basic type and one class type to another class type with suitable example.
[7 marks]Explain Private, Protected and Public access specifiers.
[3 marks]Demonstrate the use of static variables and static functions with a program.
[4 marks]i) Explain tellg and seekp functions. ii) Explain STL with its core components.1
[7 marks]What is an Exception? Demonstrate try...catch block.
[3 marks]Explain Exception Handling Mechanism. Give example with multiple catch blocks.
[4 marks]What is a stream? Describe various stream classes for console I/Ooperations.
[7 marks]