Q. Which function converts an integer to a string?
β
Correct Answer: (C)
str()
Explanation: `str()` converts values into string format.