Literals (C++)
Visual Studio 2010
Invariant program elements are called "literals" or "constants." The terms "literal" and "constant" are used interchangeably here. Literals fall into four major categories: integer, character, floating-point, and string literals.
A literal may be any of the following:
integer-constant character-constant floating-constant string-literal