while (fscanf(arq, "%f\n", &premio[i])) != EOF ) printf("%.2f\n", premio[i]);. Will continue reading the file line-by-line, till the end of file ...
確定! 回上一頁