What is the difference between a type-specific template friend class and a general template friend class?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is an iterator?
What is a namespace in c++?
Can a Structure contain a Pointer to itself?
Give example of a pure virtual function in c++?
Is c++ harder than java?
How would you differentiate between a pre and post increment operators while overloading?
How is data hiding achieved in c++?
What are the differences between malloc() and calloc()?
Distinguish between new and malloc and delete and free().
What is setbase c++?
Difference between const char* p and char const* p?