For example if a is an array of integers with three elements such that a[0] = 1 a[1] = 2 a[2] = 3 then on reversing the array will be a[0] = 3 a[1] = 2 a[0] = 1 ...
確定! 回上一頁