/* ------------------------------------------ Ficha 4: Alunos ------------------------------------------ */ #include #define MAXALUNO 100 #define MAXNUM 10 #define MAXNOME 60 #define MAXNOTA 10 typedef char Numero[MAXNUM]; typedef char Nome[MAXNOME]; typedef int Notas[MAXNOTA]; void listaAlunos(Numero X[], Nome Y[], Notas Z[]) { int i=0, j; printf("\n LISTAGEM DOS ALUNOS\n"); printf("------------------------------------------\n"); while((Y[i][0]!='\0') && (i