C++ Language/Type/Literals
Appearance
< C++ Language | Type
A "literal" is a portion of source code that literally states some value.
For example, one possible literal expression of the int
type would be 123
.
C++ Language |
A "literal" is a portion of source code that literally states some value.
For example, one possible literal expression of the int
type would be 123
.