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
How do you flush std cout?
Should I learn c or c++ first?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is a Default constructor?
What are shallow and deep copy?
What is the use of lambda in c++?
Is it possible for a member function to use delete this?
When should I use unitbuf flag?
How many different levels of pointers are there?
What are the 3 levels of programming languages?
What is data types c++?
Do class declarations end with a semicolon? Do class method definitions?
What is the identity function in c++? How is it useful?
What is the meaning of c++?
Explain some examples of operator overloading?