Multiple Choice
A try block must immediately be followed by one or more
A) catch blocks.
B) error parameters.
C) error messages.
D) throw blocks.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A sequential container organizes data in a
Q17: A function template's prefix contains _ in
Q18: Two types of container classes in the
Q19: All type parameters defined in a function
Q20: The bad_alloc exception is thrown<br>A)when program code
Q23: The algorithms provided by the STL are
Q25: A _ is a "generic" function that
Q26: To catch an exception, a program must<br>A)have
Q27: How much memory is reserved for a
Q32: Iterators are objects that are similar to