Vidyalelo
C++ Programming · Q38

Standard Template Library (STL) in C++

Programming · C++ Programming · question 38

Q38

Which algorithm in C++ STL is used to rotate the elements in a range?

A.
rotate
Answer
B.
shift
C.
swap
D.
rotate_range

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board