Explain the differences between list x; & list x();.
Define pure virtual function?
Differentiate between structure and class in c++.
3- Write a program to find larger and smaller of the two numbers.
Distinguish between new and malloc and delete and free().
Explain terminate() and unexpected() function?
What does '\r' and '\b' mean? Please explain with example.
When to use Multiple Inheritance?
How the delete operator differs from the delete[]operator?
What do you mean by inheritance in c++?
How to construct muliton object
Write is a binary search tree? Write an algo and tell complexity?
How many storage classes are available in C++?