Posts by Tomás Oom • 1 point
1 post
-
0
votes1
answer38
viewsQ: What is wrong with my program for not giving the output of the structure object?
#include <stdio.h> #include <stdlib.h> #include <locale.h> #include <string.h> #define MAX 30 #define N_DISCIPLINAS 5 #define N_CHARDISCIPLINAS 30 /* run this program using…