what do you mean by exception handling in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is C++11?
What is a memory leak in C++?
Write a C++ Program to Display Number (Entered by the User).
What does malloc return in C and C++?
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
What are the major differences between C and C++?
Is deconstructor overloading possible? If yes then explain and if no Then why?
Define an Abstract class 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?
How do you work around them?
Explain the FOR loop with a help of a code.
What is data abstraction? How is it implemented in C++?