Posts by Luiz • 1 point
1 post
-
0
votes1
answer457
viewsA: print a string array
I suggest instead of simply using the gets, use the fgets(nome_string, tamanho_string, stdin). To print string, try using the function puts (nome_string).…
1 post
0
votes1
answer457
viewsI suggest instead of simply using the gets, use the fgets(nome_string, tamanho_string, stdin). To print string, try using the function puts (nome_string).…