Why do you use the namespace feature?
What are the four partitions in which c++ compiler divides the ram?
Explain binary search.
You want to link a c++ program to c functions. How would you do it?
Define a nested class. Explain how it can be useful.
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++?