MCQ
Q.
the predictive parser puts some constraints on the grammar and accepts only a class of grammar known as LL(k) grammar.
Correct Answer: A
To accomplish its tasks, the predictive parser uses a look-ahead pointer, which points to the next input symbols. To make the parser back-tracking free, the predictive parser puts some constraints on the grammar and accepts only a class of grammar known as LL(k) grammar.