STL (140)
OOPS (873)
C++ General (2409)
What do you understand by zombie objects in c++?
What is the extraction operator and what does it do?
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.
Can you overload the operator+ for short integers?
Do you know about C++ 11 standard?
Write about the scope resolution operator?
What are move semantics?
How many different levels of pointers are there?
What is a list in c++ stl?
What are the basics of local (auto) objects?
When is the copy constructor called?
What is endl c++?
Explain Memory Allocation in C/C++ ?
What is class encapsulation?
what is a pragma in C++?