Parsing

20:00

Question 1 of 20

Which of the following grammars is NOT an LL(1) grammar? [GATE CS 2008]

S → a S b | ε
S → S + a | a
S → a A, A → b
S → A a, A → b | ε