InterviewSolution
Saved Bookmarks
| 1. |
From where it takes its input from?(a) Lexical analyser(b) Syntactic Analyser(c) Semantic Analyser(d) None of the mentioned |
|
Answer» Right choice is (a) Lexical analyser The explanation: A syntax analyzer or parser takes the input from a lexical analyzer in the form of token streams. |
|