Contents    Page-10    Prev    Next    Page+10    Index   

Two grammars are equivalent if they:

  • A: have the same set of nonterminals
  • B: have the same set of terminals
  • C: have the same set of terminals and nonterminals
  • D: produce the same set of parse trees
  • E: produce the same set of generated strings

    Answer