Controls the default sign of the char data type.
-char keyword
The arguments for keyword are:
signed
char data items are signed.
unsigned
char data items are unsigned.
The default is signed.