InterviewSolution
Saved Bookmarks
| 1. |
Bottom up parsing involves __________(a) Shift reduce(b) Handle pruning(c) Shift reduce & Handle pruning(d) None of the mentionedThe question was asked by my school teacher while I was bunking the class.This intriguing question originated from SDT Schemes to Specify Translation of various Programming Language Construct topic in division Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT option is (c) SHIFT reduce & Handle PRUNING EXPLANATION: Explanation: The bottom up PARSING involves Shift reduce operation and Handle pruning. |
|