Question: What is the primary function of a lexical analyzer?
Options:
Correct Answer: To tokenize the input stream
Solution:
The lexical analyzer\'s primary function is to tokenize the input stream, breaking it down into meaningful symbols for further processing.