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 = fopen("c:\Ling_C\resultado.txt","a");
if(arquivo==NU...
asked by
26.10.2017 / 18:10