Computer Science, asked by junaidkhanjkofficial, 2 months ago

Which statement is used to close a file?​

Answers

Answered by kishore7869
0

Explanation:

fclose

The file (both text and binary) should be closed after reading/writing. Closing a file is performed using the fclose() function.

Answered by yashasvisonasharma
0

Explanation:

delete

delete is used to close a file

Similar questions