How can I printf bytes of int when number 255 must be 255 not -1? I can see that when I scanf 128 my program prints -128 but when I scanf 127 my program prints 127. What can