Home » C++ Programming » Questions and Answers » Question
  1. Which container provides random access iterators?
    1. deque
    2. vector
    3. both deque & vector
    4. sort
    5. None of these
Correct Option: C

both deque & vector



Your comments will be displayed only after manual approval.