Q. What type of object is returned by open()?
β
Correct Answer: (C)
File object
Explanation: open() returns a file object that supports various file operations.