Explain the difference between C and C++.
What is C++11?
What is the difference between creating an object, using 'new' and using 'malloc'?
How can you force the compiler to not generate them?
In C++ what is the meaning of data hiding?
Discuss the role of C++ shorthands.
Define namespace.
What is a COPY CONSTRUCTOR and when is it called?
When must you use a constructor initializer list?
What is RTTI and why do you need it?
What does malloc return in C and C++?
What is a virtual function in C++?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.