Computer Science, asked by tribhuwansiddharth0, 7 months ago

binary subtraction of a computer arithmetic​

Answers

Answered by lakhwinderduggal786
1

Explanation:

Subtracting a number from another is equivalent to adding a negative number. In binary arithmetic, we first apply two's complement to the subtrahend, and then add the two's complement of the subtrahend to the minuend. The result will be the difference.

Similar questions