Multiple Choice
Which of the following is not a sequence container provided by the STL?
A) vector
B) array
C) list
D) deque
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The erase member function of class vector
Q3: Data loss could occur if the contents
Q4: Function mismatch returns:<br>A) The position number where
Q7: The multiset associative container does not:<br>A) Need
Q11: The order of the arguments passed to
Q14: Function objects have their functions called by
Q17: Class deque provides:<br>A) Efficient indexed access to
Q20: The expression std::multimap<int, double, std::less<int>>::value_type(15, 2.7):<br>A) Creates
Q27: Functions lower_bound, upper_bound and equal_range are different
Q40: If v1 is a vector< int >