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
Explain pass by value and pass by reference.
What is a literal in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the use of class in c++?
Is c++ vector dynamic?
What is the advantage of an external iterator.
Is swift a good first language?
What is a unnitialised pointer?
What is DlgProc?
What is data binding in c++?
What is do..while loops structure?
What are put and get pointers?
What do you mean by stack unwinding in c++?
Difference between a copy constructor and an assignment operator.
Is c++ low level?