GATE Computer Science (CS) 2021 Shift 1 Solved Paper

© examsiri.com
Question : 41 of 65
 
Marks: +1, -0
Consider the following context-free grammar where the set of terminals is {a, b, c, d, f}.
S â†’ d a T | R f
T â†’ a S | b a T | Ïµ
R â†’ c a T R | Ïµ
The following is a partially-filled LL(1) parsing table.

Which one of the following choices represents the correct combination for the numbered cells in the parsing table ("blank" denotes that the corresponding cell is empty)?
Go to Question: