fd:=fopen("resultat",WRITE);
fprintf(fd,%d,a);
fclose(fd);
