... { printf("File opening failed\n"); return EXIT_FAILURE; } int count = 0; int c; // note: int, not char, required to handle EOF while ((c = fgetc(fp)) !=
確定! 回上一頁