Not sure is what respect, but when you want a variable to be read as an octal put a 0 in front of the number.
a = 01, b = 02; Lets the compiler know that 1 and 2 are to be stored as octals.
To print an unsigned number as an octal use %o.
Chat with our AI personalities
No - octal numbers use only the digits 0-7.
A45C: Decimal = 42076 Octal = 122134
BB895C: Octal = 56704534 Decimal = 12290396
void Decimal_to_Octal(){int n,r[10],i;coutn;cout
Octal 124