Why does C print my hex values incorrectly? - Stack Overflow
So I'm a bit of a newbie to C and I am curious to figure out why I am getting this unusual behavior. I am reading a file 16 bits at a time and just printing them out as follows. #include ... You have implicitly declared hex as a signed value (to make it u...