Example & Tutorial understanding programming in easy ways.

How much difference in between the ASCII value of UPPER case letter and lower case letter?

ASCII value difference between UPPER case alphabet and lower case alphabet is 32.


Example:

A - 65

a - 97


then, 97 - 65 = 32


Read More →