Question: C++ 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
C++ 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. The program should ask the user for number of elements (size) and also each element of the array. The program should then print out all the elements of the updated array in a single line. NOTE: Use pointer notation for array whenever possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
