MCQ
Q.
What is the grammar for the below equations?
S ? C C
C ? c C | d
Correct Answer: A
Since there is no conflict, the grammar is LL (1) hence a predictive parse table with no conflicts can be constructed.