Question: Which of the following is NOT a type of LR parser?
Options:
Correct Answer: LL(1)
Solution:
LL(1) is not a type of LR parser; it is a type of LL parser.