InterviewSolution
Saved Bookmarks
| 1. |
What is the output of a lexical analyzer?(a) Machine Code(b) Intermediate Code(c) Stream of Token(d) Parse Tree |
|
Answer» Correct option is (c) Stream of Token Easy explanation: The output given is in the form of tokens. |
|