0

What is arsicc code?

Answerit

26th Jul 2019, 9:16 AM
Vedh Prakash
Vedh Prakash - avatar
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.
26th Jul 2019, 2:24 PM
加油 我先下了
加油 我先下了 - avatar
+ 2
Do you mean ASCII?
26th Jul 2019, 9:28 AM
加油 我先下了
加油 我先下了 - avatar
+ 1
You got it right!
26th Jul 2019, 2:54 PM
加油 我先下了
加油 我先下了 - avatar
0
Yes it is ASCII code
26th Jul 2019, 2:07 PM
Vedh Prakash
Vedh Prakash - avatar
0
A to Z = 65 to 90 a to z = 97 to 122 0 to 9 = 48 to 57
26th Jul 2019, 2:53 PM
Vedh Prakash
Vedh Prakash - avatar
0
Yeh...
26th Jul 2019, 2:55 PM
Vedh Prakash
Vedh Prakash - avatar