I am reading a C book, and there is a text the author mentioned:
\"if ch (a char variable) is a signed type, then storing 255 in the ch variable gives it the
if ch (a char variable) is a signed type, then storing 255 in the ch variable gives it the
That's how two's complement works. Read all about it here.