Whats int? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Whats int?

30th Nov 2016, 2:28 PM
Dato Caava
Dato Caava - avatar
3 Answers
+ 1
In a simple language it is Number, int means integer, data type with 4 bytes. Used to store numbers with variables
30th Nov 2016, 5:26 PM
Azizbek Kobilov
Azizbek Kobilov - avatar
0
short of "Integer" and it's a data type to define a variable to declare an integer number and assign it
30th Nov 2016, 2:32 PM
Nima Moradi
Nima Moradi - avatar
0
An integer is a whole number (not a fraction) that can be positive, negative, or zero. Therefore, the numbers 10, 0, -25, and 5,148 are all integers. Unlike floating point numbers, integers cannot have decimal places. Integers are a commonly used data type in computer programming.
30th Nov 2016, 9:29 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar