What does signed mean in C? I have this table to show:
signed
Th
Signed usually means the number has a + or - symbol in front of it. This means that unsigned int, unsigned shorts, etc cannot be negative.