Posts by Allan Vinícius • 33 points
1 post
-
3
votes2
answers503
viewsQ: How to write numbers between 0 and 10 to a file
I would like to understand how to write to a file, numbers from 0 to 10, from this code: main(){ setlocale(LC_ALL,"Portuguese"); int num[10],i; FILE *arquivo; arquivo =…
casked Allan Vinícius 33