MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the grammar with non-terminals N = {S, C, S1}, terminals T = {a, b, i, t, e} with S as the start symbol and the following set of rules S iCtSS1 | a S1 eS | C b The grammar is not LL(1) because |
| A. | it is left recursive |
| B. | it is right recursive |
| C. | it is ambiguous |
| D. | it is not context-free |
| Answer» D. it is not context-free | |