STL (140)
OOPS (873)
C++ General (2409)
What is the difference between equal to (==) and assignment operator (=)?
In C++ what do you mean by Inheritance?
How do you clear a map in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Name the operators that cannot be overloaded in C++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is a list in c++ stl?
Explain the concepts involved in Object Oriented programming.
Difference between inline functions and macros?
What are stacks? Give an example where they are useful.
Discussion on error handling of C++ .
Is c++ a float?
What are the rules about using an underscore in a c++ identifier?
What is polymorphism what are the different types of polymorphism?
Discuss about iteration statements in C++ .