Q. Which function converts a string to an integer in Python?
β
Correct Answer: (C)
int()
Explanation: `int()` converts a string or float to an integer.