Description
Write a recursive function in C language to reverse an integer array with the length of 7. The function should take the integer array and its length as parameters and modify the original array without using any loops. Please call the recursive function in the main() function and print the reversed array. The seven integers of the original array are entered by the user from keyboard.
Input
7 integers of the original array
Output
The reversed array