What is a constructor and how is it called?
What's the order in which the local objects are destructed?
What do you mean by overhead in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is a pointer how and when is it used?
What is "map" in STL?
Is c++ still being used?
Can user-defined object be declared as static data member of another class?
What is a singleton c++?
What is virtual table?
How do you test your code?
What is a local variable?
make a middle node of doubly linklist to the top of the list