Computer Science, asked by phophaliyasanjay7, 1 month ago

Decimalto Hexadecimal
(330)10​

Answers

Answered by jadhavtushar088
0

Answer:

Take decimal number as dividend. Divide this number by 16 (16 is base of hexadecimal so divisor here). Store the remainder in an array (it will be: 0 to 15 because of divisor 16, replace 10, 11, 12, 13, 14, 15 by A, B, C, D, E, F respectively). Repeat the above two steps until the number is greater than zero.

Answered by Aditya4111Upadhyay
0

Answer:

14A is the hexadecimal of 330 which is in decimal.

Similar questions