retagged by
210 views
0 votes
0 votes
Q. Consider the following CFG.

E → E ∗ T | T+E | T
T → (T ∗ F) | F
F → id

Can we generate following  string

(id∗id∗id)
retagged by

1 Answer

Related questions

2 votes
2 votes
2 answers
1
kallu singh asked Sep 5, 2017
678 views
Q if any Grammar is LL(1) definitely LALR(1) ?It is true or falsePlease ans explain in detail.
1 votes
1 votes
1 answer
2
kallu singh asked Sep 5, 2017
405 views
Q. Consider the following grammar :1. S → XYX 2. X → Yc3. X → sX 4. X → ε5. Y → eXFind the first an...