entier en c

//In C programming, octal starts with a (0), and hexadecimal starts with a (0x).

Decimal: 0, -9, 22 etc
Octal: 021, 077, 033 etc
Hexadecimal: 0x7f, 0x2a, 0x521 etc
Open Okapi