Multiple Choice
To catch an exception, a program must
A) have a throw() function.
B) have a try/catch construct.
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: In a function template, the programmer substitutes
Q6: Non-template functions have a slight advantage in
Q7: A sequential container organizes data in a
Q8: Two types of container classes in the
Q9: A function template's prefix contains _ in
Q11: Types of iterators are<br>A) input and output.<br>B)
Q12: Function templates allow you to write a
Q13: A program may not contain a "regular"
Q14: Using a function template often requires writing
Q15: A catch block serves as<br>A) an exception