Compiler-Design
Question 48
|
Consider the grammar shown below.
S → C C C → c C | d
The grammar is
LL(1)
|
|
SLR(1) but not LL(1)
|
|
LALR(1) but not SLR(1)
|
|
LR(1) but not LALR(1)
|
Question 48 Explanation:

Hence, it is LL(1).
Correct Answer: A
Question 48 Explanation:

Hence, it is LL(1).
Subscribe
Login
0 Comments