MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following grammar: S FR R *S| F id In the predictive parser table, M, of the grammar the entries M [S, id] and M[R, $] respectively. |
| A. | {S FR} and {R ] |
| B. | {S FR} and { } |
| C. | {S FR} and {R *S} |
| D. | {F id} and {R } |
| Answer» B. {S FR} and { } | |