signed
Go Up to Keywords, Alphabetical Listing Index
Category
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.