
検索
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のような整数定数で初期化することができます。