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