5
Lexical conventions
[lex]
5.13
Literals
[lex.literal]
5.13.1
Kinds of literals
[lex.literal.kinds]
1
#
There are several kinds of literals
.
19
literal
:
integer-literal
character-literal
floating-point-literal
string-literal
boolean-literal
pointer-literal
user-defined-literal
19)
The term “literal” generally designates, in this document, those tokens that are called “constants” in ISO C
.
⮥