Consider the following context-free grammar where the set of terminals is \a, b, c, d, f\. aligned S & d a T R f \\ T & a S b a T \\ R & c a T R aligned 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)?
Topic-wise GATE CS PYQs with verified steps

