State the difference between delete and delete[].
What are virtual constructors/destructors?
What are default parameters? How are they evaluated in c++ function?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is an inline function in c++?
How do you define/declare constants in c++?
Difference between declaration and definition of a variable.
What are the various arithmetic operators in c++?
What are the various compound assignment operators in c++?
What are the extraction and insertion operators in c++?
What is the difference between method overloading and method overriding in c++?
What is the keyword auto for?
What are the benefits of operator overloading?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Does a derived class inherit or doesn't inherit?