What is insertion sorting?
What is the type of 'this' pointer? When does it get created?
Explain rtti.
Where are setjmp and longjmp used in c++?
What is function prototyping?
Define copy constructor.
How are virtual functions implemented in c++?
Explain selection sorting. Also write an example.
How we can differentiate between a pre and post increment operators during overloading?
Define stacks. Provide an example where they are useful.
When is dynamic checking necessary?
Difference between a copy constructor and an assignment operator.
What is function prototyping? What are its advantages?
Explain bubble sorting.
List the advantages of inheritance.