What are c++ storage classes?
Differentiate between late binding and early binding.
Incase of a function declaration, what is extern means?
Differentiate between realloc() and free().
Explain shallow copy?
Explain deep copy and a shallow copy?
What is type of 'this' pointer? Explain when it is get created?
What are the storage qualifiers?
Explain linear search.
How should runtime errors be handled in c++?
Explain virtual class and friend class.
Define anonymous class.
Explain queue. How it can be implemented?
Differentiate between late binding and early binding. What are the advantages of early binding?
Explain stack & heap objects?