Write a C program to calculate the minimum, maximum, and average of n grades entered by the user. The program uses a function int g(int n) to calculate the requirements above and also prints the grades in reverse order. The function should utilize the concepts of recursion and static storage class specifier.

Solved
Show answers

Ask an AI advisor a question