-2^(n-1 )-1to +2^(n-1 )-1 is range of unsigned int or of signed int.
please explain ??
Range of integer
@kailash_01
That would be the range of signed int as unsigned int simply cannot hold negative values.
-2^(n-1 )-1to +2^(n-1 )-1 is range of unsigned int or of signed int.
please explain ??
@kailash_01
That would be the range of signed int as unsigned int simply cannot hold negative values.