why the min int for 32bit is -2^31 not -2^31+1 ?
I can understand the max int is 2^31-1, so why the min int is not just the reversed of the max int -2^31+1?
why the min int for 32bit is -2^31 not -2^31+1 ?
I can understand the max int is 2^31-1, so why the min int is not just the reversed of the max int -2^31+1?