InterviewSolution
Saved Bookmarks
| 1. |
Consider the grammar shown belowS → i E t S S' | aS' → e S | εE → b In the predictive parse table. M, of this grammar, the entries M[S’, e] and M[S’, $] respectively are(A) {S’ → e S} and {S’ → e}(B) {S’ → e S} and {}(C) {S’ → ε} and {S’ → ε}(D) {S’ → e S, S’→ ε} and {S’ → ε} |
| Answer» | |