What is null pointer and void pointer?
What can I safely assume about the initial values of variables which are not explicitly initialized?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What about Virtual Destructor?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is double in c++?
What is a custom exception?
Write a program to add three numbers in C++ utilizing classes.
What's the hardest coding language?
Can comments be nested?
Specify some guidelines that should be followed while overloading operators?
What is an orthogonal base class in c++?
Are there any special rules about inlining?