✏️ Explanatory Question

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

👁 932 Views
📘 Detailed Answer
💡

Answer with Explanation

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