InterviewSolution
Saved Bookmarks
| 1. |
Recursive descent parsing is an example of ____________(a) Top down parsing(b) Bottom up parsing(c) Predictive parsing(d) None of the mentionedI had been asked this question in exam.This intriguing question comes from Error Recovery in LR phase in chapter Error Handling of Compiler |
|
Answer» CORRECT CHOICE is (a) TOP down parsing To EXPLAIN: Top down is the ANSWER. |
|