Q. Which built-in function returns the ASCII value of a character?

  • (A) ascii()
  • (B) ord()
  • (C) chr()
  • (D) asc()
πŸ’¬ Discuss
βœ… Correct Answer: (B) ord()
Explanation: `ord()` returns the Unicode code of a character.
Explanation by: Mr. Dubey
`ord()` returns the Unicode code of a character.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate