Q. What does 'fgetc()' do in C?
β
Correct Answer: (C)
Reads a character from a file
Explanation: fgetc() reads the next character from a file.