Question:

What is the ASCII code of "A" and "a"?

Show Hint

In the ASCII table, the ASCII codes for uppercase letters (A-Z) range from 65 to 90, while the ASCII codes for lowercase letters (a-z) range from 97 to 122.
Updated On: Oct 13, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

The ASCII code is a character encoding standard that represents each character as a number.
ASCII code of "A":
The uppercase letter "A" in ASCII has the decimal value 65. \[ \text{"A"} = 65 \]
ASCII code of "a":
The lowercase letter "a" in ASCII has the decimal value 97. \[ \text{"a"} = 97 \]
The difference between the ASCII codes of the uppercase and lowercase versions of the same letter is 32. This difference is consistent across the entire alphabet. Summary:
- The ASCII code for the uppercase letter "A" is65.
- The ASCII code for the lowercase letter "a" is97.
Was this answer helpful?
0
0