n "); return EXIT_FAILURE; } printf("The name of the file is %s.\n", argv[1]); do { ch = fgetc(fptr); if (ch != EOF) { counter ++; } } while (ch !=
確定! 回上一頁