What is meant by exit controlled loop?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what happens when an exception is thrown in C++.
Difference between function overloading and function overriding.
What are issues if we mix new and free in C++?
Question on Copy constructor.
What is a class in C++?
1 Answers Amazon, TCS, UGC Corporation,
What are "pure virtual" functions?
0 Answers Adobe, Alter, iNautix,
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
Write a C++ Program to find Addition of Two Numbers.
Discuss about iteration statements in C++ .
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
Write a C++ Program to Find Sum and Average of three numbers.
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?