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 the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: An exception is a condition that can
Q4: The algorithms provided by the STL are
Q5: The Standard Template Library (STL) contains templates
Q5: In a function template, the programmer substitutes
Q6: Non-template functions have a slight advantage in
Q7: A sequential container organizes data in a
Q8: Two types of container classes in the
Q9: A function template's prefix contains _ in
Q10: To catch an exception, a program must<br>A)
Q11: Types of iterators are<br>A) input and output.<br>B)