使用fgetc 讀取整個檔案 #include "stdio.h" main() { FILE *fp; ch ch; if((fp=fopen("test", "r"))==NULL) { printf("file cannot be opened\n");
確定! 回上一頁