Computer Science, asked by nityanandasahu65, 8 months ago

can we convert octal to hexadecimal​

Answers

Answered by Karamjotkaur
2

Answer:

The simplest way is to convert the octal number into a decimal, then the decimal into hexadecimal form. Write the powers of 8 (1, 8, 64, 512, 4096, and so on) beside the octal digits from bottom to top. Multiply each digit by its power.

Answered by srk223
2

Answer:

Yes we can convert octal to hexadecimal

Similar questions