0
What is arsicc code?
Answerit
6 ответов
+ 2
It's a global character convert table. Which means it is used in every programming languages. You can search the table on Google.
ASCII is convenience because it converts character to integer. For example:
If you print 'A' as integer, '65' would be printed because A in ASCII is 65. You could say 65 is equal to 'A'. That's true.
+ 2
Do you mean ASCII?
+ 1
You got it right!
0
Yes it is ASCII code
0
A to Z = 65 to 90
a to z = 97 to 122
0 to 9 = 48 to 57
0
Yeh...