Electrical and Computer Engineering
1
of 48
UAH
CPE 112
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