Chapter 10: Problem 28
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.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.