Q. Which built-in function returns the ASCII value of a character?
β
Correct Answer: (B)
ord()
Explanation: `ord()` returns the Unicode code of a character.