Multiple Choice
A catch block can have, at most, ____ catch block parameter(s) .
A) zero
B) one
C) two
D) three
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: To deal with logical errors in a
Q27: In C++, any class can be considered
Q28: Throwing an exception is typically done using
Q29: The logic_error and runtime_error classes are defined
Q30: The function _ can check whether an
Q32: The class _ is the base of
Q33: When an exception is thrown in a
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived