What is exception handling in C++?



What is exception handling in C++?..

Answer / nashiinformaticssolutions

Exception handling in C++ is implemented using try, catch, and throw blocks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a linked list in c++?

0 Answers  


What is istream and ostream in c++?

0 Answers  


Define a pdb file.

0 Answers  


Is c++ faster than c?

0 Answers  


Explain the concept of inheritance in C++.

3 Answers  






int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Define copy constructor.

0 Answers  


what is data abstraction in C++?

0 Answers  


When does a name clash occur in c++?

0 Answers  


What is object in c++ wikipedia?

0 Answers  


What are static member functions?

0 Answers  


What is meaning of in c++?

0 Answers  


Categories