Consider the following C++ program
How will you print a list of all unique words from a string which may contain repeated words?
What is the difference between public, private, and protected inheritance?
How to convert integer to string in C++
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Is there a difference between class and struct?
What does malloc return in C and C++?
Tell me about virtual function
Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
What is the difference between Stack and Queue in C++?
0 Answers Global Logic, iNautix,
In C++ what is a vtable and how does it work?
Explain about Searching and sorting algorithms with complexities
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,