Computer Science, asked by Bhakyaraj90881, 1 year ago

Given two binary numbers add the two numbers in binary form without converting them to decimal value in c

Answers

Answered by gurukulamdivya
1

Answer:

Binary Addition

Now that we know binary numbers, we will learn how to add them. Binary addition is much like your normal everyday addition (decimal addition), except that it carries on a value of 2 instead of a value of 10.

Therefore in binary:

0 + 0 = 0

0 + 1 = 1

1 + 0 = 1

1 + 1 = 10 (which is 0 carry 1)

I hope this helped you plz rate the answer..

Attachments:
Similar questions