InterviewSolution
Saved Bookmarks
| 1. |
The production Grammar is {S->aSbb, S->abb} is?(a) type-3 grammar(b) type-2 grammar(c) type-1 grammar(d) type-0 grammar |
|
Answer» Right option is (b) type-2 grammar To explain I would say: Type 2 grammar satisfies this production grammar. |
|