in conversion of decimal numbers to binary number the remainder division should be written in order
Answers
Answered by
0
Convert decimal fraction to binary number
Divide the decimal number by 2 and store remainders in array.
Divide the quotient by 2.
Repeat step 2 until we get the quotient equal to zero.
Equivalent binary number would be reverse of all remainders of step
Similar questions