45) Consider a grammar : G = ( { x , y ) , { s , x , y } , p , s) where elements of parse :
S--> x y
S -->y x
x--> x z
x--> x
y--> y
z--> z
The language L generated by G most accurately is called
Answer is:
Chomsky type 3
Related Theory of Computation MCQ with Answers
Answer is:
regular language
Answer is:
ambiguous
Answer is:
LR (0) item of G
Answer is: