聲明以下是聲明fclose()函數。 int fclose ( FILE * stream ) 參數stream-- 這是一個文件對象 ... #include <stdio.h> int main() { FILE *fp; fp = fopen("file.txt", ...
確定! 回上一頁