Integer In C

[Solved] Integer In C | C - Code Explorer | yomemimo.com
Question : integer in c

Answered by : open-okapi-3lhonygoee5p

//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

Source : https://www.programiz.com/c-programming/c-variables-constants | Last Update : Tue, 08 Mar 22

Answers related to integer in c

Code Explorer Popular Question For C