Multiple Choice
If a container is declared as ____, then we must prevent the iterator from modifying the elements of the container, especially accidentally.
A) static
B) const
C) public
D) private
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The first element in a vector container
Q5: The deq.front() operation on a deque object
Q6: Random access iterators are _ iterators that
Q7: The _ typedef iterator is common to
Q8: Every container contains the typedef _.An iterator
Q10: The definition of the function template copy
Q11: The expression ct._ deletes all of the
Q12: Input iterators, with read access, step forward
Q13: The class _ contains the definition of
Q14: A _ is a sequence container.<br>A) vector<br>B)