What happens when a function throws an exception that was not specified by an exception specification for this function?
Answer Posted / shalesh kumar
Unexpected() is called, which, by default, will eventually trigger abort().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Write a program which employs Recursion
How do you add an element to a set in c++?
Define token in c++.
Where do I find the current c or c++ standard documents?
Is rust better than c++?
What does #define mean in c++?
What is the difference between passing by reference and passing a reference?
How many keywords are used in c++?
Explain the concept of memory leak?
Define the process of handling in case of destructor failure?
What does catch(…) mean?
List the types of polymorphism in c++?
What are literals in C++?
How would you call C functions from C++ and vice versa?