CBSE Class 11 Computer Science
Question 21 of 91
String Manipulation — Question 11
Back to all questions 11
Question Question 11
Choose the correct function to get the ASCII code of a character.
- char('char')
- ord('char') ✓
- ascii('char')
- All of these