Hacker News new | ask | show | jobs
by cube13 4826 days ago
Signed integer representations. Unsigned ints do not, and you're given the full range of the integer as valid data.
1 comments

Yes you're right. I should have been more specific that all signed integers have a sign bit.