(i)Every LL(1) Grammar is LALR(1),but every LALR(1) need not be LL(1)
(ii) Every LL(1) Grammar is SLR(1),but every SLR(1) need not be LL(1)
(iii) Every SLR(1) Grammar is LALR(1),but every LALR(1) need not be SLR(1)
1
(i) is correct statement
2
(i),(ii) and (iii) are correct statement
3
(ii) is correct statement
4
Only (iii) is correct.