What is the most useful programming language?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is difference between class and structure in c++?
When you overload member functions, in what ways must they differ?
Difference between class and structure.
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Are iterators pointers?
Enter n no. of element and delete value from desire position
what is COPY CONSTRUCTOR and what is it used for?
In the derived class, which data member of the base class are visible?
Explain the use of this pointer?
What are the important differences between c++ and java?
Should a constructor be public or private?