int (keyword)
Integer data type
Variables of type int are one word in length.
They can be signed (default) or unsigned.
short int
A short integer (usually 16-bits)
int
A short integer
A standard integer (usually 32-bits)
Ex:
int no;
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment