what is literals
explain in brief
Answers
Answered by
4
Answer:
In computer science, a literal is a notation for representing a fixed value in source code. ... In lexical analysis, literals of a given type are generally a token type, with a grammar rule, like "a string of digits" for an integer literal. Some literals are specific keywords, like true for the boolean literal "true"
Answered by
0
Answer:
In computer science, a literal is a notation for representing a fixed value in source code. ... In lexical analysis, literals of a given type are generally a token type, with a grammar rule, like "a string of digits" for an integer literal. Some literals are specific keywords, like true for the boolean literal "true".
Similar questions