Home » C++ Programming » Questions and Answers » Question
  1. What is the use of middle parameter in rotate method?
    1. Marks the ending of a sequence
    2. Marks the elements in a sequence
    3. Marks the begining of a sequence
    4. All of above
    5. None of these
Correct Option: B

Forward iterator pointing to the element within the range and that can be moved to the first position in the range.



Your comments will be displayed only after manual approval.