

InterviewSolution
Saved Bookmarks
1. |
Suppose A->xBz and B->y, then the simplified grammar would be:(a) A->xyz(b) A->xBz|xyz(c) A->xBz|B|y(d) none of the mentionedI got this question by my school principal while I was bunking the class.I would like to ask this question from CFG-Eliminating Useless Symbols topic in section Properties of Context Free Languages of Automata Theory |
Answer» The correct choice is (a) A->XYZ |
|