Is it possible to provide default values while overloading a binary operator?
Refer to a name of class or function that is defined within a namespace?
What are 2 ways of exporting a function from a dll?
Explain the differences between private, public and protected and give examples.
What is the limitation of cin while taking input for character array?
What are shallow and deep copies?
Why is it necessary to use a reference in the argument to the copy constructor?
What is a template in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Can we declare a base-class destructor as virtual?
What is the auto keyword good for in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What are proxy objects in c++?
Specify some guidelines that should be followed while overloading operators?