Q. Which of these functions can convert a string to an integer?
β
Correct Answer: (A)
int()
Explanation: `int()` converts a string representing a number into an integer.