Write a function
void switchEnds(int *array, int size);
that is passed the address of the beginning of an array and the size of the array. The function swaps the values in the first and last entries of the array.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.