For You

Type Modifiers: signed, unsigned, long, and short. The modifiers signed, unsigned, long, and short may be applied to character and integer base types. However, long may also be applied to double. Possible Combinations of Turbo C's Basic Types and Modifiers. Type Bit Width Range. char 8 -128 to 127. unsigned char 8 0 to 255 ................
................