Question: Which of the following is a common error detected by a lexical analyzer?
Options:
Correct Answer: Unrecognized characters
Solution:
A lexical analyzer can detect unrecognized characters that do not match any defined tokens.