how to convert the number in hexadecimal
Answers
Answered by
4
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
2
Que. how to convert the number in hexadecimal
Ans :- 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.
Similar questions
English,
17 days ago
Biology,
17 days ago
English,
1 month ago
English,
1 month ago
Computer Science,
9 months ago