

InterviewSolution
Saved Bookmarks
1. |
The variable which produces an epsilon is called:(a) empty variable(b) nullable(c) terminal(d) all of the mentionedThe question was posed to me in an online quiz.My question is based upon Eliminating Epsilon Productions topic in chapter Properties of Context Free Languages of Automata Theory |
Answer» RIGHT CHOICE is (b) NULLABLE Easy explanation: Any variable A for which the DERIVATION: A->*e is POSSIBLE is called Nullable. |
|