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.
Does c++ support multilevel and multiple inheritances?
What is the purpose of extern storage specifier?
What are the various access specifiers in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is the difference between while and do while loop? Explain with examples.
Explain pass by value and pass by reference.
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?