InterviewSolution
Saved Bookmarks
| 1. |
Which of the following derivations does a top-down parser use while parsing an input string?(a) Leftmost derivation(b) Leftmost derivationin reverse(c) Rightmost derivation(d) Rightmost derivation in reverseI had been asked this question during an interview.This question is from Top-Down Parsing topic in portion Topdown Parsing of Compiler |
|
Answer» Right OPTION is (a) Leftmost DERIVATION |
|