- 5

What does "int" mean?

10th Jul 2017, 2:02 AM
063526
2 Answers
+ 5
int is a data type that denotes integers without decimals e.g int is equal to 10047 & -10047 thus, int is not equal to 261.71
10th Jul 2017, 2:04 AM
Enrique Llarenas Rimando
Enrique Llarenas Rimando - avatar
+ 5
Integer. Numbers ranging from approximately -2.1 billion to 2.1 billion, or 0 to 4.2 billion if they are unsigned.
10th Jul 2017, 3:03 AM
Keto Z
Keto Z - avatar