STL (140)
OOPS (873)
C++ General (2409) What are member functions used in c++?
What is double in c++?
Is there any function that can skip certain number of characters present in the input stream?
When should you use global variables?
Which is the best c++ compiler?
Why do we need constructors in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What are the advantages of polymorphism?
In what situations do you have to use initialization list rather than assignment in constructors?
Why c++ is better than c language?
How do you establish an is-a relationship?
What are the main features of c++?
Why is c++ so fast?
What is pointer in oop?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?