Multiple Choice
A catch block serves as
A) an exception handler.
B) an indicator of program correctness.
C) a temporary variable.
D) permanent storage for trapped errors.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: To catch an exception, a program must<br>A)
Q11: Types of iterators are<br>A) input and output.<br>B)
Q12: Function templates allow you to write a
Q13: A program may not contain a "regular"
Q14: Using a function template often requires writing
Q16: The bad_alloc exception is thrown<br>A) when program
Q17: A(n) _ is used in a function
Q18: In the statement template <class T>, what
Q19: The C++ mechanism for exception handling encloses
Q20: When an error occurs, an exception is<br>A)