
Keresés
Integer constant


Integer constant
01
egész szám állandó, változó nélküli egész szám
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.
A 2x+5 kifejezésben az egész szám állandó, változó nélküli egész szám 5.
When defining a variable in programming, you can initialize it with an integer constant like 10 or −3.
A programozásban egy változó definiálásakor inicializálhatod egész szám állandóval, mint például 10 vagy -3.

Közeli Szavak