Define Literals and it types .
Answers
Answered by
3
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
1
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