Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

integer in 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
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #integer
ADD COMMENT
Topic
Name
3+4 =