The fclose() function in C++ closes the given file stream. ... int main() { FILE *fp; fp = fopen("file.txt","w"); char str[20] = "Hello World!
確定! 回上一頁