Which of the following statement is true about IEEE754 representation of +0 and -0?
Step-by-step Solution:
Which of the following statement is true about IEEE-754 representation of +0 and -0?
(B) differ only in the sign bit; their exponent and mantissa bits are identical.
+0 = 0x00000000, -0 = 0x80000000.
Note: This signed-zero feature is intentional — it preserves directional information (sign) even at zero and makes certain limits and functions behave consistently in numerical computing.