For the given grammar G: S->ABaC A->BC B->b| e C->D| e D-> d Remove the e productions and generate the number of productions from S in the modified or simplified grammar.
For the given grammar G: S->ABaC A->BC B->b| e C->D| e D-> d Remove the e productions and generate the number of productions from S in the modified or simplified grammar. Correct Answer 8
The grammar after the removal of epsilon production can be shown as: S->ABaC| AaC| ABa| Aa| a| aC| Ba| BaC A->BC| B| C B->b C->D D-> d
মোঃ আরিফুল ইসলাম
Feb 20, 2025