Solved

Which of the Following Is Not a Case in Which

Question 12

Multiple Choice

Which of the following is not a case in which function terminate is called?


A) When the exception mechanism cannot find a matching catch for a thrown exception.
B) When the abort function is called before any call to function set_abort.
C) When a destructor attempts to throw an exception during stack unwinding.
D) When an attempt is made to rethrow an exception when there is no exception currently being handled.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions