I am reading some C text. In the Negative and Positive Values session, the author mentioned several ways of representing a negative number in binary form.
I understood a
It depends on the representation, of course. In two's complement, which is widely used, you simply look at the most significant bit.