Integer constant
01
整数常量, 整型常数
a fixed numerical value that is a whole number, either positive, negative, or zero
例子
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这样的整数常量来初始化它。



























