InterviewSolution
Saved Bookmarks
| 1. |
What is the output of lexical analyzer?(a) A set of regular expression(b) Syntax tress(c) Set of Token(d) String of Characters |
|
Answer» Correct answer is (c) Set of Token Best explanation: Lexical analysis is the process of converting a sequence of characters into a sequence of tokens. |
|