MCQOPTIONS
Saved Bookmarks
| 1. |
The following grammar is:S → Aa | b A c | dc | bdaA → a |
| A. | Neither LALR(1) nor SLR(1) |
| B. | Not LALR(1) but SLR(1) |
| C. | LALR(1) and SLR(1) |
| D. | LALR(1) but not SLR(1) |
| Answer» D. LALR(1) but not SLR(1) | |