Q. Which built-in function is used to get the ASCII value of a character?
β
Correct Answer: (A)
ord()
Explanation: `ord('A')` returns 65, the ASCII value of character 'A'.