Question: What is a \'lexeme\' in the context of lexical analysis?
Options:
Correct Answer: The actual sequence of characters that matches a token
Solution:
A lexeme is the actual sequence of characters in the source code that matches a token.