Multiple Choice
Which of the following classes is derived from the class runtime_error?
A) bad_alloc
B) out_of_range
C) overflow_error
D) length_error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: A catch block can have, at most,
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
Q37: To use the assert function in your
Q38: Which of the following options should you
Q39: Which of the following blocks is designed
Q40: C++ provides all the exception classes you
Q41: Which of the following is a valid