FILE *fp; char ch; if((fp=fopen("test.txt","r"))==NULL){ printf("open file error!!\n"); system("PAUSE"); exit(0); ... FILE *fp; //宣告檔案指標fp.
確定! 回上一頁