InterviewSolution
Saved Bookmarks
| 1. |
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 II had been asked this question in semester exam. |
|
Answer» Right option is (a) reverse() |
|