
搜索
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来初始化它。