What is the purpose of file handling in C?
What is the purpose of file handling in C? a) To read and write data to and from files b) To allocate memory c) To execute system commands d) To declare variables Answer: a) To read and write data to and from files Explanation: File handling in C involves using a set of functions to […]
What is the purpose of file handling in C? Read More »