32 Bits Max Value Code Example


Example 1: 16 bit max

unsigned 16 bit = 0 - 65,535 signed 16 bit = -32,768 - 32,767

Example 2: 32 bit integer limit

(2,147,483,647)10 (7FFFFFFF)16 (11111111111111111111111111111111)2

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools