Multiple Choice
Which of the following types of iterators is(are) not supported by the vector class?
A) const_iterator
B) reverse_iterator
C) const_reverse_iterator
D) All of these are supported by the vector class
E) None of these are supported by the vector class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: The three sequence container objects provided by
Q15: A mutable iterator gives you read/write access
Q16: A(n) _ is like a pointer. It
Q17: Which of the following defines an array
Q18: A technique introduced by C++11 to improve
Q20: To use the map class, you must
Q21: The difference between the unordered_multimap class and
Q22: A function object is an object that
Q23: The algorithms provided by the STL are
Q24: You can use the name of a