
검색
Integer constant
01
정수 상수, 정수 리터럴
a fixed numerical value that is a whole number, either positive, negative, or zero
Example
In the expression 2x+5, the integer constant is 5.
식 2x+5에서 정수 상수는 5입니다.
When defining a variable in programming, you can initialize it with an integer constant like 10 or −3.
프로그래밍에서 변수를 정의할 때 10이나 -3 같은 정수 상수로 초기화할 수 있습니다.