Use the fclose commmand to close a file. #include<stdio.h> int main() { FILE *f; f = fopen("test.txt ...
確定! 回上一頁