+ 1
What is an int?
What is ‘int’?
6 Réponses
+ 1
integer
+ 1
'int' is the ahort form of 'integer' which means: Number without comma like:
1 2 3 4 5 6 7 ... 10000 ... 573744
Edit:
Donna is right, it is limited to numbers from the range of -((2^32)-1) to (2^32)-1
either calculate yourself or google ^^
+ 1
It's not 16 bit. It can be, but it changes with every platform and on SoloLearn, it's 32 bit.