A keyword that is part of certain integer type names.
When used alone, int is implied, so that signed, signed int, and int are the same type.
When combined with char, yields the type signed char, which is a different type from char, even if char is also signed. signed char has a range that inclu...