Multiple Choice
When an unusual situation or error occurs, then the ________ statement is executed.
A) try
B) throw
C) error
D) exiting
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: If class A is derived from class
Q14: If the following function throws an unhandled
Q15: A throw statement passes which type of
Q16: If the following function will throw a
Q17: If you have a function that might
Q19: The catch block<br>catch ...)<br>is known as the
Q20: C++ signals an error or unusual situation
Q21: The parameter in the catch statement<br>A) identifies
Q22: If a function throws an exception,<br>A) it
Q23: If a function throws an exception and