GATE Computer Science (CS) 2019 Solved Papers
© examsnet.com
Question : 29
Total: 65
Consider the grammar given below:
S → Aa
A → BD
B → b ∣ E
D → d ∣ E
Let a, b, d, and $ be indexed as follows:
Compute the FOLLOW set of the nonterminal B and write the index values for the symbols in the FOLLOW set in the descending order. (For example, if the FOLLOW set is {a, b, d, $}, then the answer should be 3210)
S → Aa
A → BD
Let a, b, d, and $ be indexed as follows:
| a | b | d | $ |
| 3 | 2 | 1 | 0 |
- Your Answer:
Go to Question: