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 const functions will be treated by compiler?
What do you mean by delegate? Can a user retain delegates?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
List different attributes in C++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is the use of c++ programming language in real life?
How the V-Table mechanism works?
3- Write a program to find larger and smaller of the two numbers.
What is the two main roles of operating system?
What is a custom exception?
What is the need of a destructor?
Is recursion allowed in inline functions?