Question: Given below is a function called Reverse that reverses the input array. For example, if array elements are [1.2.3) le changes the values so that
Given below is a function called "Reverse that reverses the input array. For example, if array elements are [1.2.3) le changes the values so that array becomes (3.2.1) The PrintArray function prints the input array The main() function first calls the PrintArray() function on the original array, then calls the Reverse() function to reverse the local array, finally calls PrintArray again to display the array's final contents. Fill in the blanks to help the program work as it should vold PrintArray (const int array(). Int array Size) Il displays array's elements for (int 10; i++) printf("%d" printf(" "); 3 vold Reverse (int array) int array Size) int temp, "start. Hend: start end = array(arraySite-1) while ( and > start) tempstart: start "endtemp start end ho ) intalno int my number (5.6.7. 33.55 34 99, 100, 45.4) har 10 dements printf(array PrintArray(my number 101 Reverse my number 10 printreverse PrintArray my number 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
