MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following is a CFG for the given Language:L={x∈{0,1}*|number of zeroes in x=number of one’s in x} |
| A. | S->e|0S1|1S0|SS |
| B. | S->0B|1A|e A->0S B->1S |
| C. | All of the mentioned |
| Answer» D. | |