Multiple Choice
The logic_error and runtime_error classes are defined in the header file ____.
A) stdex
B) stdlib
C) stdexcept
D) exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The order of the catch blocks does
Q25: The statements that may generate an exception
Q26: To deal with logical errors in a
Q27: In C++, any class can be considered
Q28: Throwing an exception is typically done using
Q30: The function _ can check whether an
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