Multiple Choice
Select the false statement. The functions set_terminate and set_unexpected:
A) Return pointers to the last function called by terminate and unexpected, respectively.
B) Each return 0 the first time they are called.
C) Take as arguments pointers to void functions with no arguments.
D) Have their prototypes in header file <set_functions>.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The correct order in which an exception
Q4: The try block cannot:<br>A) Enclose the code
Q5: To rethrow an exception, the exception handler
Q5: Which of the following is not an
Q6: Catch blocks are not required to contain:<br>A)
Q8: Select the false statement. The new operator:<br>A)
Q10: An advantage of using inheritance with exceptions
Q14: Once an exception is thrown, when can
Q15: Which class indicates that an error occurred
Q18: Select the false statement. A rethrown exception:<br>A)