Home » C++ Programming » Questions and Answers » Question
  1. What is the use of checked iterators?
    1. It will check the list value
    2. Overwrite the bounds of your container
    3. Not allow you to overwrite the bounds of your container
    4. All of above
    5. None of these
Correct Option: C

Checked iterators ensure that you do not overwrite the bounds of your container.



Your comments will be displayed only after manual approval.