Posts by Evaristo Paulo • 1 point
1 post
-
0
votes4
answers29520
viewsA: Print strings in alphabetical order
/* Ordenar vetor alfabeticamente*/ # include <stdio.h> # include<stdlib.h> # include <string.h> int main (){ char nome[3][100],…
1 post
0
votes4
answers29520
views/* Ordenar vetor alfabeticamente*/ # include <stdio.h> # include<stdlib.h> # include <string.h> int main (){ char nome[3][100],…