What happens when a function throws an exception that was not specified by an exception specification for this function?



What happens when a function throws an exception that was not specified by an exception specificatio..

Answer / shalesh kumar

Unexpected() is called, which, by default, will eventually trigger abort().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

plz send me National informatics center paper pattern

1 Answers  


What is a pointer with example?

0 Answers  


What is a catch statement?

0 Answers  


What is doubly linked list in c++?

0 Answers  


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  






What is private public protected in c++?

0 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


What is data abstraction? How is it different from data encapsulation?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What is an opaque pointer?

1 Answers  


Why namespace is used in c++?

0 Answers  


What is virtual table?

0 Answers  


Categories