Home » C++ Programming » Questions and Answers » Question
  1. How the sequence of objects can be accessed?
    1. Structure
    2. Iterators
    3. Pointers
    4. Both Iterators & Pointers
    5. None of these
Correct Option: D

A range is any sequence of objects that can be accessed through iterators or pointers, such as an array or an instance of some of the STL containers.



Your comments will be displayed only after manual approval.