Range of char Values
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Range of char Values.
ANSI 3.2.1.1** Whether a "plain" char has the same range of values as a signed char or an unsigned char
All signed character values range from –128 to 127. All unsigned character values range from 0 to 255.
The /J compiler option changes the default from signed to unsigned.
Show: