Question: Which of the following is NOT a typical output of a lexical analyzer?
Options:
Correct Answer: Abstract syntax tree
Solution:
An abstract syntax tree is typically produced by the parser, not the lexical analyzer.