InterviewSolution
Saved Bookmarks
| 1. |
Consider the grammar shown below.S → C CC → c C | dThe grammar is(A) LL(1)(B) SLR(1) but not LL(1)(C) LALR(1) but not SLR(1)(D) LR(1) but not LALR(1) |
| Answer» | |