Printing bytes of int in union C

后端 未结 0 1707
长情又很酷
长情又很酷 2020-12-01 03:25

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题