what are the iterator and generic algorithms.
What is the difference between #define debug 0 and #undef debug?
What is the size of a vector?
How static variables and local variablesare similar and dissimilar?
What is the rule of three?
What is the main use of c++?
Explain the use of vtable.
Is it possible for a member function to delete the pointer, named this?
which operator is used for performing an exponential operation a) > b) ^ c) none
Explain the difference between realloc() and free() in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Is it possible to have a recursive inline function in c++?
What are c++ data types?
What is c++ array?
What is virtual base class?