Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
int
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Keyword: int
Syntax: int declarator
Summary: Fundamental type used to store an integer value. The size
is implementation-dependent. In Microsoft C, the int type
is 16 bits, or 2 bytes.
See also: char, double, float, long, short
-♦-