Question: What is the output of a lexical analyzer typically used for?
Options:
Correct Answer: To feed into the parser
Solution:
The output of a lexical analyzer, which consists of tokens, is typically fed into the parser for further processing.