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