int fputs(const char* str, FILE* stream); ... printf("Errror"); exit(1); } printf("Enter the text:\n"); while(ch=getchar())!=EOF) fputc(ch,p); fclose(p); ...
確定! 回上一頁