Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (2063 KB)
2.1.2 Character ConstantsA multiple-character constant that is not an escape sequence has a value derived from the numeric values of each character. For example, the constant ’123’ has a value of:
or 0x333231. With the -Xs option and in other, non-ISO versions of C, the value is:
|
||||||||