Science, asked by prince2039, 1 year ago

Definition of literals in system programming

Answers

Answered by nikki72
3
In programming, a value written exactly as it's meant to be interpreted. In contrast, a variable is a name that can represent different values during the execution of the program. And a constant is a name that represents the same value throughout a program. But a literal is not a name -- it is the value itself.
Similar questions