Computer Science, asked by naikroshan7894, 7 months ago

convert the decimal number 16 to octal number​

Answers

Answered by neelamgarg06081982
2

Answer:

In decimal to binary, we divide the number by 2, in decimal to hexadecimal we divide the number by 16. In case of decimal to octal, we divide the number by 8 and write the remainders in the reverse order to get the equivalent octal number.

Similar questions