STL (140)
OOPS (873)
C++ General (2409)
Where and why do I have to put the "template" and "typename" keywords?
What is the type of this pointer in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is a .h file c++?
What is long in c++?
Can a list of string be stored within a two dimensional array?
What is the limitation of cin while taking input for character array?
Why multiple inheritance is not allowed?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
When does a 'this' pointer get created?
Why we use #include conio h in c++?
What do you understand by zombie objects in c++?
What happens when the extern "c" char func (char*,waste) executes?
Describe protected access specifiers?
What are the various access specifiers in c++?