Q. Which function is used to determine the data type of an object?
β
Correct Answer: (C)
type()
Explanation: `type()` returns the class type of the object.