what do you mean by exception handling in C++?


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

Post New Answer

More C++ Interview Questions

How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What is an abstract class?

5 Answers   Siemens,


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

0 Answers   Akamai Technologies, Infogain,


Question on Copy constructor.

0 Answers   Alter,






It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


What is a memory leak in C++?

0 Answers   Agilent,


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.

0 Answers   Adobe,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


what is a pragma in C++?

0 Answers   Aspire,


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,


Tell me about virtual function

1 Answers  


Categories