Computer Science, asked by gorlesrivani1977, 6 months ago

what is a literal.Explain with an example?​

Answers

Answered by vermanushka7487
1

Answer:

Literals provide a means of expressing specific values in your program. For example, in the following statement, an integer variable named count is declared and assigned an integer value. The literal 0 represents, naturally enough, the value zero. Code section 3.61: Numeric literal.

Answered by Anonymous
0

Answer:

Literals provide a means of expressing specific values in your program. For example, in the following statement, an integer variable named count is declared and assigned an integer value. The literal 0 represents, naturally enough, the value zero. Code section 3.61: Numeric literal

Similar questions