home *** CD-ROM | disk | FTP | other *** search
- A sequence of digits that does not begin with zero is an integer
- constant that represents a decimal value. If the first digit is
- zero followed by "x", it is a hexadecimal value. If the first
- digit is zero and it is not followed by "x", it is an octal value.
-
- Note that the sequence of digits in an integer constant can include
- the letter "x" and the sign characters "+" and "-".
-