STL (140)
OOPS (873)
C++ General (2409) There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
How do you achieve runtime polymorphism?
What is function overloading and operator overloading in C++?
What is the difference between a definition and a declaration?
What is a memory leak in C++?
What language is oop?
What are stacks?
What is c++ mutable?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is class and object in oops?
Is c++ primer good for beginners?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Is c++ the most powerful language?
What is a unnitialised pointer?
What are the 2 main types of data structures?