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.

  1. char('char')
  2. ord('char') ✓
  3. ascii('char')
  4. All of these
Answer