1/11/00
COM1100 Winter2000 Yuhong Yin
Northeastern University
34
Date types – size & capacity
n
8 bytes
double
4 bytes
float
8 bytes
long
4 bytes
int
0 ~ 65535
2 bytes
unsigned
short
-32,768 ~ +32767
2 bytes
short
0 ~ 255
1 byte
unsigned char
-128 ~ +127
1 byte
char
Capacity
Size
Data Type