Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fread() を使用してファイルを読み取り、同じファイル参照を閉じるために fclose を含めないのに、機能するのはなぜですか。
ただし、fwrite の後に fclose を含めるのを忘れた場合、機能しません。つまり、ファイルへの書き込みが反映されません。