Pages

Saturday, February 13, 2010

OCTAL NUMBERS

Introduction
You can represent a number by using the octal number system; that is, base 8. For example, if the number is 10, it can be represented in the octal as 12, that is, 1*81 + 2*80.

Explanation
When octal numbers are printed they are preceeded by "%0".

No comments:

Post a Comment