What is the difference between the ASCII codes of 'A' and 'Z'?
2018
What is the difference between the ASCII codes of 'A' and 'Z'?
- A.
26
- B.
25
- C.
27
- D.
24
Attempted by 146 students.
Show answer & explanation
Correct answer: B
The ASCII code for uppercase 'A' is 65, and the ASCII code for 'Z' is 90.
To find the difference, subtract 65 from 90, which equals 25.