Hi All,
i have assigned some large positive int value (32 bit length) X to unsigned int variable and due to the range constraints that variable stores the same positive value X in negative representation say Y (where Y<0).
Now my question is If Y = -1018059492 what would be the value of X? And how to do this converision?
Thanks in advance!