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

Verified
Correct Answer:
Verified
Related Questions
Q17: A(n) _ is used in a function
Q18: In the statement template <class T>, what
Q19: The C++ mechanism for exception handling encloses
Q20: When an error occurs, an exception is<br>A)
Q21: The most important data structures in the
Q23: The STL vector and list classes are
Q24: A _ is a "generic" function that
Q25: _ are used to signal errors or
Q26: A(n)_ is a class that stores data
Q27: All type parameters defined in a function