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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!