STL (140)
OOPS (873)
C++ General (2409) What happens if an exception is throws from an, object's constructor and object's destructor?
4 18410
What is a pointer how and when is it used?
Why namespace is used in c++?
In C++ what is a vtable and how does it work?
What is debug class?what is trace class? What differences are between them? With examples.
What is #include cmath?
How does polymorphism work?
What does it mean to declare a member function as static?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is a modifier in c++?
What is the real time example of inheritance?
What is c++ good for?
what is the use of void main() in C++ language?
Explain differences between alloc() and free()?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Who wrote stl?