
Ara
Integer constant
01
tam sayı sabiti, bütün sayı sabiti
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 ifadesinde, tam sayı sabiti 5'tir.
When defining a variable in programming, you can initialize it with an integer constant like 10 or −3.
Programlamada bir değişken tanımlarken, onu 10 veya -3 gibi bir tam sayı sabiti ile başlatabilirsiniz.

Yakın Kelimeler