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.

  1. ascii(number)
  2. char(number)
  3. chr(number) ✓
  4. all of these
Answer