Computer Science, asked by Rebika26112, 5 hours ago

Decimal to Hexadecimal conversion​

Attachments:

Answers

Answered by mariolalitha1914
1

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.

pl make me brainlist pl

Similar questions