Home » C++ Programming » Questions and Answers » Question
  1. How many adaptors support the checked iterators?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: C

There are two adaptors that support checked iterators. They are checked_array_iterator class, Checked_iterator class.



Your comments will be displayed only after manual approval.