자료형
| 자료형 | 이름 | 크기 | 표현 범위 |
| 정수형 | short | 2Byte | -32768 ~ 32767 |
| unsigned short | 2Byte | 0 ~ 65535 | |
| int | 4Byte | -2^31 ~ 2^31-1 | |
| unsigned int | 4Byte | 0 ~ 2^32-1 | |
| long | 4Byte | -2^31 ~ 2^31-1 | |
| unsigned long | 4Byte | 0 ~ 2^32-1 | |
| 실수 | float | 4Byte | 3.4*10^-38 ~ 3.4*10^38 |
| 배정도형 실수 | double | 8Byte | 1.7*10^-308~1.7*10^308 |
| 문자형 | char | 1Byte | -128 ~ 127 |
| unsigned char | 1Byte | 0 ~ 255 |
댓글 없음:
댓글 쓰기