Question: What is a \'lexeme\'?
Options:
Correct Answer: A sequence of characters that matches a token
Solution:
A lexeme is a sequence of characters in the source code that matches a token defined by the lexical analyzer.