InterviewSolution
Saved Bookmarks
| 1. |
YACC builds up __________(a) SLR parsing table(b) Canonical LR parsing table(c) LALR parsing table(d) None of the mentionedThis question was posed to me in my homework.My question is based upon Bottom-Up Parsing-1 in division Bottom Up Parsing of Compiler |
|
Answer» The correct answer is (c) LALR parsing table |
|