InterviewSolution
Saved Bookmarks
| 1. |
A top down parser generates __________(a) Rightmost Derivation(b) Right most derivation in reverse(c) Left most derivation(d) Left most derivation in reverseThis question was posed to me in quiz.Question is taken from Bottom-Up Parsing-1 topic in section Bottom Up Parsing of Compiler |
|
Answer» Right answer is (c) Left most derivation |
|