

InterviewSolution
Saved Bookmarks
1. |
The use of variable dependency graph is in:(a) Removal of useless variables(b) Removal of null productions(c) Removal of unit productions(d) None of the mentionedI have been asked this question in unit test.This key question is from Eliminating Epsilon Productions topic in section Properties of Context Free Languages of Automata Theory |
Answer» The CORRECT option is (a) Removal of USELESS variables |
|