-
The maximum positive and negative numbers which can be represented in 2’s complement form using n bits are respectively—
-
- + (2n – 1 – 1), – (2n – 1 – 1)
- + (2n – 1 – 1), – 2n – 1
- + 2n – 1, – 2n – 1
- + 2n – 1, – (2n – 1 + 1)
Correct Option: B
Maximum positive and negative numbers which can be represented in 2's complement using n bits + (2n – 1 – 1) and – 2n – 1