int
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
[signed|unsigned] int <identifier> ;
Description
Use the int type specifier to define an integer data type.
Variables of type int can be signed (default) or unsigned.
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
[signed|unsigned] int <identifier> ;
Description
Use the int type specifier to define an integer data type.
Variables of type int can be signed (default) or unsigned.