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

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!