+ 6
ascii
is learning ascii numbers important?
6 odpowiedzi
+ 15
Just remember ASCII value of
A = 65
Z = 90
a = 97
z = 122
+ 10
No, you can always look at a ASCII Table online if needed.
+ 7
Most of the time, programmers prefer to print ASCII table on a paper and keep it as a reference instead of memorizing it.
+ 4
Just adding the (zero) 0 "delimiter" at 48 to @Sachin Artani answer.
+ 3
It would not kill you to learn it... but you can always find a nice table on the web with the ascii numbers and their meaning, print it and post it on your monitor... then, you will have it at hand if you ever need it.