Multiple Choice
The ________ starts with the key word try, and is followed by a block of code executing any statements that might cause an exception to be thrown.
A) try block
B) try/catch class
C) try() function
D) catch() function
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q4: A sequence container organizes data in a
Q7: If an exception is not caught, it
Q11: Catch blocks serve as _.<br>A)exception handlers<br>B)wide receivers<br>C)temporary
Q12: The three sequence container objects provided by
Q15: Types of iterators are _.<br>A)input and output<br>B)forward
Q19: A function template's prefix contains _ enclosed
Q20: There is no difference between declaring an
Q23: The algorithms provided by the STL are
Q26: When you declare an iterator to work
Q35: The try block is immediately followed by