What would be the output of the following program? main() { unsigned char i = 0x80; printf("\n%d", i<<1); }
Reveal answer
Fill a bubble to check yourself
What would be the output of the following program? main() { unsigned char i = 0x80; printf("\n%d", i<<1); }