Q. Which of the following functions can be used to open a file in C?
β
Correct Answer: (A)
fopen()
Explanation: fopen() is the standard C function for opening files.