Multiple Choice
The parameter in the catch statement
A) identifies what type of exceptions are caught
B) identifies the different number of exceptions that can be caught
C) makes the catch block a function
D) must always be an e
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: If the following function will throw a
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
Q22: If a function throws an exception,<br>A) it
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