Posts by Alberto Gomes • 1 point
1 post
-
0
votes1
answer82
viewsA: How to read a file and insert data in c
If you want to put the organized record, try this: fprintf(ponteiroArquivo, "\n------------------------\n"); fprintf(ponteiroArquivo,"nome: %s\n",aluno.nome); fprintf(ponteiroArquivo,"Cidade:…
canswered Alberto Gomes 1