If n is even, and assuming that all A[i] are distinct, what what will be the result of the execution of the code given below: for (i = 0; i < n; i++) A[i] = A[n+1-i]?
Reveal answer
Fill a bubble to check yourself
If n is even, and assuming that all A[i] are distinct, what what will be the result of the execution of the code given below: for (i = 0; i < n; i++) A[i] = A[n+1-i]?