Home » C++ Programming » Questions and Answers » Question
  1. What kind of errors do checked iterators detect?
    1. Initialized iterators
    2. Uninitialized iterators
    3. Range access
    4. Both Uninitialized iterators and range access
    5. None of these
Correct Option: D

Checked iterators can easily detect the errors in Uninitialized iterators as well as Range of access.



Your comments will be displayed only after manual approval.