Question: please provide C code for this question as per the test case are mention in it P3 - Write a function to reverse the array
please provide C code for this question as per the test case are mention in it

P3 - Write a function to reverse the array elements. Available from: Wednesday, 18 January 2023, 10:21 PM Due date: Sunday, 12 November 2023, 5:30 AM [2] Maximum number of files: 1 Type of work: 9 Individual work Description Input Read a size and array elements from the user. Output Print the array elements(after reverse the array elements). Sample execution Test case 1 Sample input Enter the size : 6 Enter the elements: 161372112 After Reverse: 121271316 Test case 2 Sample input Enter the size : 5 Enter the elements : 5040302010 After Reverse: 1020304050
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
