The grammar A → AA | (A) | e is not suitable for predictive-parsing because the grammar is?
(a) Ambiguous
(b) Left recursive
(c) Right recursive
(d) An operator grammar
This question was posed to me during an interview.
The origin of the question is Top-Down Parsing topic in division Topdown Parsing of Compiler