Q. What will happen if you call read() after reaching the end of the file?
β
Correct Answer: (C)
Return empty string
Explanation: read() returns an empty string when the file pointer is at EOF.