Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - an item of type "short int" occupies 2 bytes of storage. its value is in http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
An item of type "short int" occupies 2 bytes of storage.  Its value is in
the following range.


     -32768 <= n <= 32767

Note that "short int" is signed and hence "short int" and "signed short int"
are equivalent.  If an item of type "short int" is to be unsigned, it must
be defined as "unsigned short int".  In this case, its value is in the
following range.


     0 <= n <= 65535

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson