Multiple Choice
To catch an exception, a program must
A) have a try/catch construct.
B) have a throw() function.
C) first experience a fatal error.
D) first experience an unrecoverable error.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The Standard Template Library (STL) contains templates
Q7: A sequential container organizes data in a
Q22: A try block must immediately be followed
Q23: The algorithms provided by the STL are
Q25: A _ is a "generic" function that
Q27: How much memory is reserved for a
Q28: When an error occurs, an exception is<br>A)passed.<br>B)ignored.<br>C)created.<br>D)thrown.<br>E)None
Q30: At most one catch block may be
Q32: Iterators are objects that are similar to
Q33: There is no difference between defining an