In order to subtract an integer value B from another integer value A, take the…
2019
In order to subtract an integer value B from another integer value A, take the 2’s complement of ______ and add it to ______.
- A.
A, A
- B.
B, B
- C.
B, A
- D.
A, B
Attempted by 1154 students.
Show answer & explanation
Correct answer: C
Subtraction using 2’s complement is performed by taking the 2’s complement of the subtrahend (B) and adding it to the minuend (A).