STL (140)
OOPS (873)
C++ General (2409)
When is the destructor called?
What is format for defining a structure?
Which operator cannot overload?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Explain the purpose of the keyword volatile.
What is pure virtual function?
Explain about vectors in c ++?
What is #include iostream?
How can virtual functions in c++ be implemented?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
How can you overcome the diamond problem in inheritance?
why and when we can declar member fuction as a private in the class?
Explain what happens when a pointer is deleted twice?
which operator is used for performing an exponential operation a) > b) ^ c) none
Is there any function that can skip certain number of characters present in the input stream?