Examveda
Examveda

What does the 'std::reverse' algorithm do in C++ STL?

A. Reverses the order of elements in a range

B. Sorts the elements in descending order

C. Finds the maximum element in a range

D. Finds the minimum element in a range

Answer: Option A


Join The Discussion

Related Questions on Standard Template Library (STL) in C plus plus