Category
Type specifiers
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|