In C programming language, a “literal” is a value that is directly expressed in the source code of a program. It is a constant value that can be assigned to a variable or used in an expression.
For example, some common types of literals in C include
Literals can be used in many different ways in C programming, such as initializing variables, comparing values, or performing mathematical operations.