Multiple Choice
Which of the following is used to signal errors or unexpected results that happen as a program runs?
A) virtual functions
B) destructors
C) exceptions
D) templates
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: What does the word class indicate in
Q14: The try block of a try/catch construct
Q15: Catch blocks serve as<br>A) exception handlers<br>B) receivers<br>C)
Q16: If an exception is not caught, the
Q17: An actual instance of the function is
Q19: Function templates allow you to write a
Q20: There is no difference between declaring an
Q21: The beginning of a function template is
Q22: A program may not contain both a
Q23: A(n) _ is used in a function