Posts by Murodex • 1 point
1 post
-
-2
votes1
answer30
viewsQ: A function that reads only the last integer number written in a text file and returns?
FILE * save; int funcao () { int d; char linha[100]; save = fopen ("light.txt" , "r"); if (save == NULL) { …