Multiple Choice
Consider the grammar shown below S ? i E t S S' | a S' ? e S | ? E ? b In the predictive parse table. M, of this grammar, the entries M[S', e] and M[S', $] respectively are
A) {S' ? e S} and {S' ? e}
B) {S' ? e S} and {}
C) {S' ? ?} and {S' ? ?}
D) {S' ? e S, S'? ?} and {S' ? ?}
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Incremental-Compiler is a compiler<br>A)which is written in
Q9: Shift-Reduce parsers perform the following:<br>A)Shift step that
Q10: A language L allows declaration of arrays
Q11: Which of the following grammar rules violate
Q12: Which is True about SR and RR-conflict:<br>A)If
Q14: Which of the following macros can put
Q15: The grammar whose productions are<br><stmt> ? if
Q16: Which of the following is essential for
Q17: Consider the following grammars<br>(S<sub>1</sub>) :<br>A --> aBCD<br>B
Q18: Consider the translation scheme shown below<br>S ?