MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following grammar. S S * E S E E F + E E F F id Consider the following LR (0) items corresponding to the grammar above. 1. S S * E 2. E F. + E 3. E F + .E Given the items above, which two of them will appear in the same set in the canonical sets-of-items for the grammar? |
| A. | 1 and 2 |
| B. | 2 and 3 |
| C. | 1 and 3 |
| D. | None of these |
| Answer» E. | |