Computer Science, asked by School815312, 5 months ago

2's complement of a binary number is calculated​

Answers

Answered by parishay6192
0

Answer:To get 2's complement of binary number is 1's complement of given number plus 1 to the least significant bit (LSB). For example 2's complement of binary number 10010 is (01101) + 1 = 01110

Similar questions