Signed and unsigned char both are used to store a single character. The characters are stored as per their ASCII values. For example, ‘A’ will be stored as 65 as it has value ‘65’ in the ASCII table. You don’t
Signed and unsigned char both are used to store a single character. The characters are stored as per their ASCII values. For example, ‘A’ will be stored as 65 as it has value ‘65’ in the ASCII table. You don’t