data type

US /ˈdeɪtə taɪp/
UK /ˈdeɪtə taɪp/
"data type" picture
1.

데이터 유형

a classification of data which tells the compiler or interpreter how the programmer intends to use the data

:
In programming, an integer is a common data type.
프로그래밍에서 정수는 일반적인 데이터 유형입니다.
Choosing the correct data type is crucial for efficient memory usage.
올바른 데이터 유형을 선택하는 것은 효율적인 메모리 사용에 중요합니다.