assume: 2's compliment, integer. just a quick question. why is it that If a had a number, and take the NOT of it, that it will equal negative +or- 1. for example:
553481923
~553481923 = -553481924
2147455726
~2147455726 = -2147455727
-2147455725
~-2147455725 =2147455724
I understand that the bits are inverted. is there any reason for this happening, or is this just coincidence.