Computer Science, asked by anushkagarg1109, 16 days ago

Decimal to binary conversion​

Attachments:

Answers

Answered by vijay428
1

Divide the number by 2.

Get the integer quotient for the next iteration.

Get the remainder for the binary digit.

Repeat the steps until the quotient is equal to 0.

Similar questions