Posts by Carlos Daniel • 3 points
1 post
-
-1
votes1
answer18
viewsQ: I cannot print the array names received by the scanf, I need to print the 3 after the repetitions of the end
int main(void) { int i, idade; float peso, media_peso, media_idad; **char nome[3][11];** for(i=0 ; i < 3 ; i++) { printf("digite seu nome…