What is the usage of literals in aprogramming language ?
Answers
Answered by
0
Answer:
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.
Answered by
1
Answer:
literal. 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.
Explanation:
Similar questions