Multiple Choice
A(n) __________ is like a pointer. It is used to access the individual data elements in a container.
A) element access operator
B) subscript indicator
C) global data finder
D) iterator
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Select all that apply. Which of the
Q12: To retrieve a value from a map,
Q13: An associative container stores data in a
Q14: The three sequence container objects provided by
Q15: A mutable iterator gives you read/write access
Q17: Which of the following defines an array
Q18: A technique introduced by C++11 to improve
Q19: Which of the following types of iterators
Q20: To use the map class, you must
Q21: The difference between the unordered_multimap class and