Range of integer

-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.