中国开发网: 论坛: 程序员情感CBD: 贴子 715579
周星驰
懒,非要哥哥我给你找
A character literal is one or more characters enclosed in single quotes, as in ’x’, optionally preceded by
the letter L, as in L’x’. A character literal that does not begin with L is an ordinary character literal, also
referred to as a narrowcharacter
literal. An ordinary character literal that contains a single cchar
has type
char, with value equal to the numerical value of the encoding of the cchar
in the execution character set.
An ordinary character literal that contains more than one cchar
is a multicharacter literal. A multicharacter
literal has type int and implementationdefined
value.

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录