Fun Facts about two's complement encoding
While revisiting my old notes on Standard C , I came across this fun fact: In two’s complement, values like 0xF, 0xFF, and 0xFFFF all represent -1. Let's see why this is and explore some other properties of 2's complement encoding.