Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - Why can subtracting' 0' be converted into plastic surgery? . . Please explain it to me.
Why can subtracting' 0' be converted into plastic surgery? . . Please explain it to me.
Characters are stored in a computer, using one byte, stored as numerical values, and their values are ASCII values.

Numeric characters' 0'-'9' are valid characters, and their ascii values are incremental and continuous. The ASCII of "0" is 48, followed by.

' 1' - 49

'2' - 50

...

Therefore, if you subtract the "0" character from a numeric character, you can get its integer value, for example:

'0'-'0'=0

' 1'-'0'= 1

...