#include #define N_EXAMS 4 #define N_STUDENTS 5 int main() { int i, j, score; int exam_total[N_EXAMS]; for (j=0;j> score; exam_total[j] += score; } } for (j=0;j