STL (140)
OOPS (873)
C++ General (2409)
What is the use of 'using' declaration in c++?
What is c++ and its features?
What is meant by stl in c++?
How to demonstrate the use of a variable?
Define stl.
What is difference between inheritance and polymorphism?
Explain selection sorting?
How do you initialize a string in c++?
Why cout is used in c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What do you understand by zombie objects in c++?
What is the syntax for a for loop?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Write a program which employs Recursion
What is increment operator in c++?