How much is c++ certification?
When does a name clash occur in c++?
What are the rules for naming an identifier?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
how to swap two strings without using any third variable ?
What is pure virtual function?
When the design recommends static functions?
What is scope in c++ with example?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Explain shallow copy?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Explain the concept of inheritance in C++.
What are class and object in C++?