2) In the following grammar :
x : : = x ⊕ y | 4
y : : = z * y I 2
z : : = id
which of the following is true ?
Answer is:
Both⊕ and * are left associative
Related Theory of Computation MCQ with Answers
Answer is:
Q need not be regular
Answer is: