short
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
short int <variable> ;
Description
Use the short type modifier when you want a variable smaller than an int. This modifier can be applied to the base type int.
When the base type is omitted from a declaration, int is assumed.