n "); exit(1); } while ((c = fgetc(fPtr)) != EOF) { putchar(c); } printf("\n"); fclose(fPtr); return 0; } /* 《程式語言:教學誌》的範例 ...
確定! 回上一頁