What is the use of middle parameter in the rotate method?
(a) Marks the begining of a sequence
(b) Marks the ending of a sequence
(c) Marks the elements in a sequence
(d) Marks the digits in a sequence
I have been asked this question during an online interview.
The question is from Modifying Sequence Algorithms in chapter Algorithms, Objects & Iterators in C++ of C++