Computer Science, asked by amitmal5890, 10 months ago

What is the usage of literals in aprogramming language ?

Answers

Answered by baby3419
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 susanthgarikena
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