Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
If s is any number value, this just subtracts 'a' to variable s, where 'a' is ascii character and is convertible into a number. every ascii character essentially is a number, for example '0' is 48, '1' is 49 and so on.
23rd Jul 2016, 10:10 AM
Ternary