Multiple Choice
The three sequential container objects currently provided by the STL are
A) vector, deque, list.
B) set, multiset, map.
C) map, list, array.
D) multimap, map, multilist.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q5: The Standard Template Library (STL) contains templates
Q13: A program may not contain a "regular"
Q14: Using a function template often requires writing
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
Q33: There is no difference between defining an
Q34: Class templates allow you to create one
Q35: A catch block serves as<br>A)a temporary variable.<br>B)an
Q36: are used to signal errors or unexpected
Q38: In a function template, the programmer substitutes