Question 4096 – Compiler-Design
May 17, 2024Question 4829 – Compiler-Design
May 17, 2024Question 4827 – Compiler-Design
Which of the following is true ?
Correct Answer: C
Question 249 Explanation:
TRUE: Canonical LR parser is LR (1) parser with single look ahead terminal
TRUE: All LR(K) parsers with K > 1 can be transformed into LR(1) parsers.
TRUE: All LR(K) parsers with K > 1 can be transformed into LR(1) parsers.
Canonical LR parser is LR (1) parser with single look ahead terminal
All LR(K) parsers with K > 1 can be transformed into LR(1) parsers.
Both (A) and (B)
None of the above
