Multiple Choice
When an exception is thrown in a function, the function-call stack is ____ so that the exception can be caught in the next try/catch block.
A) destroyed
B) allocated
C) unbound
D) unwound
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q31: A catch block can have, at most,
Q32: The class _ is the base of
Q34: The general syntax to rethrow an exception
Q35: If no exception is thrown in a
Q36: Which of the following classes is derived
Q37: To use the assert function in your
Q38: Which of the following options should you