Computer Science, asked by janu234593, 2 months ago

convert hexadecimal to octal

Attachments:

Answers

Answered by daridari282
3

Answer:

Hexadecimal to Octal Conversion

Consider the given hexadecimal number.First count the number of digits in the number.If n is the position of the digit from the right end then multiply each digit with 16n-1

Add the terms after multiplication.

Resultant is the equivalent decimal form.

Divide the decimal number with 8.

More items...

Similar questions