+ 3
What is the range of int data type?( in 32bit )
Range!
4 Réponses
+ 3
See my answer here:
https://www.sololearn.com/Discuss/1183408/?ref=app
+ 2
1 sign bit
2^32 numbers supported (around 4 billion)
-2^(32 - 1) = minimum value (around -2 billion)
2^(32 - 1) - 1 = maximum value (around 2 billion)
+ 1
2^32
0
I am new here