UGC NET JRF November 2020 Paper-2
May 17, 2024Question 7933 – Theory-of-Computation
May 17, 2024Question 14164 – Compiler-Design
The LL(1) and LR(0) techniques are ______.
Correct Answer: D
Question 359 Explanation:
LL(1) is a Top down parser that parsers the leftmost derivation.
LL(0) is a Bottom up parser that parses the reverse of rightmost derivation.
LL(0) is a Bottom up parser that parses the reverse of rightmost derivation.
Both same in power
Both simulate reverse of rightmost derivation
Both simulate reverse of left most derivation
Incomparable