InterviewSolution
Saved Bookmarks
| 1. |
What does a Syntactic Analyser do?(a) Maintain Symbol Table(b) Collect type of information(c) Create parse tree(d) None of the mentioned |
|
Answer» The correct option is (c) Create parse tree For explanation: Syntax analyzer will just create a parse tree. Semantic Analyzer checks the meaning of the string parsed. |
|