Range of char Values

 

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.

Characters

Show: