Question: Write a C function (only a function) that takes an array of integers called arr and the array size called s as parameters. Your function

Write a C function (only a function) that takes an array of integers called arr and the array size called s as parameters. Your function should then reverse the content of the array ( NOT print it in reverse order but actually reverse the content for example if the array has the values 7,2,4,6,5 then the values in the array should become 5,6,4,2,7)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
