first second | constant interpreted as |
0 1-7 | octal (base 8) |
0 x,X | hexadecimal (base 16) |
1-9 | decimal (base 10) |
The type of an integer constant is int.
Příklady
16 | decimal |
020 | octal |
0x10 | hexadecimal |
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |