1.

Which of the following productions eliminate left recursion in theproductions given below:S → Aa | bA → Ac | Sd | ε(A) S → Aa | bA → bdA’A’ → A’c | A’ba | A | ε(B) S → Aa | bA → A’ | bdA’,A’ → cA’ | adA’ | ε(C) S → Aa | bA → A’c | A’dA’ → bdA’ | cA | ε(D) S → Aa | bA → cA’ | adA’ | bdA’A’ → A | ε

Answer» None


Discussion

No Comment Found

Related InterviewSolutions