46) Consider a grammar : G = { { S } , { 0 , 1 } , p , s } where elements of p are:
S --> ss
S--> 0S1
S--> 1S0
S--> empty
The grammar will generate
Answer is:
regular language
Related Theory of Computation MCQ with Answers
Answer is:
ambiguous
Answer is:
LR (0) item of G
Answer is:
x y x y x
Answer is: