Home / Questions / What are the functions to open and close the file in C language?
Explanatory Question

What are the functions to open and close the file in C language?

👁 932 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

The fopen() function is used to open file whereas fclose() is used to close file.