which of the following describes the outputs of lexical analysis phase
1 symbol
2 token
3 keywords
4 all of the other options
Answers
Answered by
0
2. Token
Mark me as Brainliest.
Answered by
0
Option “2” is correct that is token.
• Token describes the output of the lexical analysis phase.
• Lexical analysis generates a stream of tokens as output, which comprises of identifier, keywords, separator, operator, along with literals.
• A lexical token is an arrangement of characters that can be applied as a unit in the syntax of the programming languages.
Similar questions