Multiple Choice
Which is True about SR and RR-conflict:
A) If there is no SR-conflict in CLR(1) then definitely there will be no SR-conflict in LALR(1) .
B) RR-conflict might occur if lookahead for final items(reduce-moves) is same.
C) Known that CLR(1) has no RR-conflict, still RR-conflict might occur in LALR(1) .
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following statement(s) regarding a
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
Q13: Consider the grammar shown below S ?
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