Question: 10. Write a function called fnChange that takes an array named aiX as an input parameter and an array named aiY as an output parameter.

10. Write a function called fnChange that takes an array named aiX as an input parameter and an array named aiY as an output parameter. A third function parameter is iN, the number of values in aiX. The function should copy the integers in aiX into aiY but in reverse order (i.e., aiY[0] +aiX[iN - 1], aiY[1] -aiX[iN - 2]... aiY[iN-1] -aiX[0])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
