InterviewSolution
Saved Bookmarks
| 1. |
Shift reduce parsers are __________(a) Top down Parser(b) Bottom Up parser(c) May be top down or bottom up(d) None of the mentionedThis question was posed to me during an interview.Question is from Bottom-Up Parsing-2 in chapter Bottom Up Parsing of Compiler |
|
Answer» The CORRECT option is (b) BOTTOM Up PARSER |
|