#include #include #include #define SIZE 20 typedef char string [9]; typedef struct { string course_name; int n_o_s; double avg; } course; void read(course [],int *); int main() { double maxi; int digit; char x; int i; int size=0; course comp[SIZE]; double years_avg[4]= {0}; int no_of_students[4]= {0}; read(comp,&size); for(i=0; i