Which of the following is the predefined function for array reversal in C++ ?
(a) reverse()
(b) arr_reverse()
(c) array_reverse()
(d) rev()
My question is from Arrays Types topic in division Arrays Types of Data Structures & Algorithms I
I had been asked this question in semester exam.