Q. Which exception is raised if you try to read from a file opened in 'w' mode?
β
Correct Answer: (C)
UnsupportedOperation
Explanation: Trying to read from a write-only file raises UnsupportedOperation.