Open sreemoorthy opened 8 months ago
if Char is used for representing ASCII symbols, what is the significance of having a signed and unsigned 'char'?
char
is used to save the number associated with a character as per the ASCII table.
does a signed and unsigned char point to a different symbol or the same symbol?.
if Char is used for representing ASCII symbols, what is the significance of having a signed and unsigned 'char'?. does a signed and unsigned char point to a different symbol or the same symbol?. if they both represent the same symbol why the extra keyword usage?