Get Answers to all your Questions

header-bg qa

How to convert decimal to hexadecimal ??

Answers (1)

best_answer

To convert a decimal number into hex follow the given steps;

  1. First, divide the decimal number by 16, considering the number as an integer.
  2. Keep aside the remainder left.
  3. Again divide the quotient by 16 and repeat till you get the quotient value equal to zero.
  4. Now take the values of the remainder’s left in the reverse order to get the hexadecimal numbers.
Posted by

Deependra Verma

View full answer