Char might be unsigned or signed

suggest change

The standard doesn’t specify if char should be signed or unsigned. Different compilers implement it differently, or might allow to change it using a command line switch.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Implementation-defined behavior:
*Char might be unsigned or signed

Table Of Contents
64Implementation-defined behavior