Consider the following C++ program


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


How to convert integer to string in C++

0 Answers  


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?

0 Answers   Alter,


Is there a difference between class and struct?

0 Answers  


What does malloc return in C and C++?

0 Answers   Alter,


Tell me about virtual function

1 Answers  


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?

0 Answers   Adobe,


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?

0 Answers   Agilent,


Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,


Categories