Explain register storage specifier.
Does c++ support exception handling?
What are multiple inheritances (virtual inheritance)?
Explain the isa and hasa class relationships. How would you implement each?
State the difference between pre and post increment/decrement operations.
Explain mutable storage class specifier.
When to use “const” reference arguments in a function?
Comment on local and global scope of a variable.
What are the extraction and insertion operators in c++? Explain with examples.
What is the difference between while and do while loop?
What are the comments in c++?
What is a constant? Explain with an example.
What is the basic structure of a c++ program?
Explain the static member function.
Give an example of run-time polymorphism/virtual functions.