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

What is name mangling/name decoration?

0 Answers   Amazon,


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What is a memory leak in C++?

0 Answers   Agilent,


What is Coupling?

0 Answers   Cap Gemini,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


How do you work around them?

0 Answers   Amazon,


Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


What is the difference between an ARRAY and a LIST in C++?

1 Answers   IBS, TCS,


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,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


Categories