Note/etc.
데이터 크기
종승
2023. 1. 25. 18:29
정수형
* short (2Byte)
-32,768 ~ 32,767 (unsigned / 0 ~ 65,535)
* long (4Byte)
-2,147,483,648 ~ 2,147,483,647 (unsigned / 0 ~4,294,967,295)