What happens when a function throws an exception that was not specified by an exception specification for this function?
Answer / shalesh kumar
Unexpected() is called, which, by default, will eventually trigger abort().
| Is This Answer Correct ? | 0 Yes | 0 No |
What is function prototyping?
What is the function of the keyword ‘volatile’ in C++?
What is enum c++?
How a macro differs from a template?
Write any small program that will compile in "C" but not in "C++"
Explain differences between alloc() and free()?
What are templates? where we should use it?
What is c++ & why it is used?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
Why is "using namespace std;" considered bad practice?
What is decltype c++?
Can I learn c++ in a week?