Q. What is the need for closing a file in C language? (A) fclose(fp) closes a file to release the memory used in opening a file. (B) Closing a file clears Buffer contents from RAM or memory. (C) Unclosed files occupy memory and PC hangs when on low memory. (D) All the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All the above