Wednesday, May 31, 2006

Octal & Hexadecimal

Octal literals begin with zero and only digits 0 through 7 are allowed.

For instance:011

Hexadecimal literals begin with 0x or oX, the digits allowed are 0 through 9 and a through f (or A through F).

For instance: 0x0001;

0 Comments:

Post a Comment

<< Home