unsigned to signed integer

Why is the biggest unsigned integer becomes -1 when it is turned into a signed integer ?
It's because of how numbers are represented.
Most computers use the Two's Complement method.

http://en.wikipedia.org/wiki/Two%27s_complement
Topic archived. No new replies allowed.