Hacker News new | ask | show | jobs
by tedunangst 5731 days ago
The standard doesn't require that an int use all of the bits of storage it takes. A hypothetical 33-bit machine may present a C environment where ints are 32-bits, with the extra bit unused (and unset).