Multiple Choice
The try block cannot:
A) Enclose the code that may throw the exception.
B) Enclose its own catch blocks.
C) Test enclosing try blocks for additional catch statements if this try block's catch statements can't match the exception being thrown.
D) Have exceptions explicitly or implicitly thrown in the try block itself.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The purpose of stack unwinding is to:<br>A)
Q2: The correct order in which an exception
Q3: Which of the following statements is false?<br>A)
Q5: To rethrow an exception, the exception handler
Q6: Catch blocks are not required to contain:<br>A)
Q7: To initialize a unique_ptr, you can use
Q8: Select the false statement. The new operator:<br>A)
Q9: Which statement about class unique_ptr (of the
Q10: An advantage of using inheritance with exceptions
Q11: An exception:<br>A) Terminates program execution.<br>B) Terminates the