Why when we want to convert an ASCII value of a digit into an integer, we need to do:
value - \'0\' ?
value - \'0\'
And the other way around, to convert Integ
Just because codes of digits are in sequence (48 .. 57) as defined by ASCII standard.