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 |
Write a function to find the nth item from the end of a linked list in a single pass.
How to avoid a class from instantiation?
What does count ++ do in c++?
Why would you use pointers in c++?
program explaining feautures of c++
How can you link a c++ program to c functions?
what are the iterator and generic algorithms.
Can you pass an array to a function in c++?
What are the weaknesses of C++?
What is ctime c++?
What does return 0 do in c++?
What are the advantages of c++? Explain