By looking at the any binary number how we can identify that, we need to read it as a normal binary number or as a 2’s compliment binary number??
Normal binary number vs 2's compliment binary number
Hey Shivam, if the number is unsigned then 2’s compliment does not makes sense, else if the leftmost bit is set then we need to take 2’s compliment (to get absolute value)