CBSE Class 11 Computer Science
Question 27 of 91
String Manipulation — Question 17
Back to all questions 17
Question Question 17
Choose the correct function to get the character from ASCII number.
- ascii(number)
- char(number)
- chr(number) ✓
- all of these