- 5
What does "int" mean?
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
+ 5
Integer. Numbers ranging from approximately -2.1 billion to 2.1 billion, or 0 to 4.2 billion if they are unsigned.