Multiple Choice
If a function throws an exception,
A) it must be caught in that function.
B) it may be caught in that function
C) it causes a syntax error
D) it can only be a non-numeric exception.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: If you have a function that might
Q18: When an unusual situation or error occurs,
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
Q23: If a function throws an exception and
Q24: If the following function throws an unhandled
Q25: The block of code that checks if
Q26: If a function does not have an
Q27: The catch block is a function.