Question: What is the output of a lexical analyzer when it encounters an unrecognized character?
Options:
Correct Answer: An error message
Solution:
When a lexical analyzer encounters an unrecognized character, it typically outputs an error message indicating the issue.