Question: Given below is a function called Reverse that reverses the input array. For example, if array elements are (1.23) it changes the values so that

Given below is a function called "Reverse that reverses the input array. For example, if array elements are (1.23) it changes the values so that array becomes (3.2.1) The PrintArray function prints the input array, The main() function first calls the Printerayo function on the original array, then calls the reverse function to reverse the beat array, Mitally calls Printersayt again to display the array's final contents. Fill in the blanks to help the program work as it should voud PrintArray const int array(), int arraysizes / displays array's elements for (int i; print print 1 vold Reverse lint array intarrySize) int temp, startend Start- pri int temp. start, *end; start end = array(arraysize-11 while (end > start) { temp = *start *start=... *end = temp: start end- 3 } int maino int my numbers[] = {5, 6, 7, 33, 55, 34, 99, 100, 45, 4); // has 10 elements printf("Initial array: "); PrintArray ( my numbers, 10); Reverse (my numbers, 10%; printf("Reversed array: "); PrintArray (my numbers, 10)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
