What is the difference between passing by reference and passing a reference?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What return value must conversion operators have in their declaration?
Describe Trees using C++ with an example.
Explain stl.
What are the different types of stl containers?
Define stl.
Name the different types of stl containers.
What is a stack? How it can be implemented?
What is the need of a destructor?
Show the application of a dynamic array with the help of an example.
Explain dangling pointer.
How does code-bloating occur in c++?
Define upcasting.
Are there any special rules about inlining?