ptr_file =fopen(“output”, “w”);. The fopen statement opens a file “output.txt” in the write (w) mode. If the file does not exist it will be ...
確定! 回上一頁