1

As we know, byte's range is between -128 and 127. I can state a byte variable in bit style which is prefixed with 0b. For example, byte b = 0b111;. But how can I state a byte which value is -128 in this style?

H. Soong
  • 9
  • 3

0 Answers0