Ints

From ProgClub
Revision as of 04:33, 20 October 2019 by John (talk | contribs) (Created page with "Here's some info about integer sizes. {|class="wikitable right" | Bits || Signed max || Unsigned max |- | 8 || 127 || 255 |- | 16 ||...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Here's some info about integer sizes.

Bits Signed max Unsigned max
8 127 255
16 32,767 65,535
24 8,388,607 16,777,215
32 2,147,483,647 4,294,967,295
64 9,223,372,036,854,775,808 18,446,744,073,709,551,616