Question: Write it in C language please Experiment 3: (25 points) Write a program that has user-defined function that prints the elements of an array in

Write it in C language please
Experiment 3: (25 points) Write a program that has user-defined function that prints the elements of an array in reverse order. a. In main() ask the user to enter array elements. b. Array elements are sent to the user-defined function and printed in reverse. C. Define array size is 5. //sample output Enter array elements: 1 2 3 4 5 After reversing array values become: 5 4 3 2 1 Insert a copy of your code (include comments). (20 pts) Take a screenshot for your program output with your name in the output screen. (5 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
