Numeric Data Types
•
Integral Types
–
char
,
short
,
int
,
long
–
Integer values can be positive or negative, unless they
are explicitly declared as
unsigned
, in which case,
they can only be positive.
char
short
int
long