Question: 15. Create a function that will receive the arrays X and Y, the function must exchange the contents of the array X and array Y.
15. Create a function that will receive the arrays X and Y, the function must exchange the contents of the array X and array Y. //complete the prototype for the function exchange (5 points) void Exchange( void main () int x[2]]2] int y[2] [2] ] = { 7,6,8,9}; { { {5,3),(8,2)); = // call functiorn Exchange ( Return 0; // complete the function Exchange Void Exchange (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
