Home » C++ Programming » Questions and Answers » Question
  1. How does a sequence of objects are accessed in c++?
    1. function
    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.