Consider the following grammar:Consider the following grammar:
S → aBCbD
B → bBh / BD / d
C → CE / a
D → EC / b / ∈
E → CDb / ∈
Which of the following is/are FALSE?
1
Follow(B) = Follow(C)
2
Follow(C) = Follow(D)
3
Follow(B) = Follow(E)
4
Follow(C) = Follow(D) = Follow(E)