STL (140)
OOPS (873)
C++ General (2409) What is #include cstdlib in c++?
What is :: operator in c++?
Difference between delete and free.
List the merits and demerits of declaring a nested class in C++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
How we can differentiate between a pre and post increment operators during overloading?
What are the differences between the function prototype and the function defi-nition?
What does extern mean in a function declaration in c++?
Do you know what are static and dynamic type checking?
Can user-defined object be declared as static data member of another class?
How to reverse a string in C++
What is the use of endl in c++?
What is a pointer with example?
Is it possible to have a recursive inline function in c++?
What do you mean by a template?