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 |
How to defines the function in c++?
What is the extraction operator and what does it do?
Give 2 examples of a code optimization?
What are the advantages of using a pointer?
How do you show the declaration of a virtual constructor?
What is the use of dot in c++?
Is java made in c++?
What is double in c++?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
How do you traverse a btree in backward in-order?
What is prototype in c++ with example?
What is the object serialization?