1.

Give a production grammar that specified language L = {ai b2i >= 1}.

A. {S->aSbb,S->abb}
B. {S->aSb, S->b}
C. {S->aA,S->b,A->b}
D. None of the mentioned
Answer» B. {S->aSb, S->b}


Discussion

No Comment Found