[prev] 50 [next]

Signed integers

The int data type
  • commonly 32 bits, storing values in the range -231 .. 231-1

[Diagram:Pics/memory/signed-int.png]