Short int x; /* assume x is 16 bits in size */, what is the maximum number that can be printed using printf(%d , x), assuming that x is initialized as shown above?
Reveal answer
Fill a bubble to check yourself
Short int x; /* assume x is 16 bits in size */, what is the maximum number that can be printed using printf(%d , x), assuming that x is initialized as shown above?