Category
Type specifiers
Syntax
signed <type> <variable> ;
Description
Use the signed type modifier when the variable value can be either positive or negative. The signed modifier can be applied to base types int, char, long, short, and __int64.
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!
|