Posts by MR.Dope • 9 points
1 post
-
0
votes1
answer46
viewsQ: Create function to sort alphabetically
#include <stdio.h> #include <string.h> typedef struct s_pessoa{ char nome[100]; char matricula[100]; long int…
1 post
0
votes1
answer46
views#include <stdio.h> #include <string.h> typedef struct s_pessoa{ char nome[100]; char matricula[100]; long int…