1.

Consider the following grammar:P → xQRSQ → yz |zR → w | εS → yWhat is FOLLOW(Q)?

A. {R}
B. {w}
C. {w, y}
D. {w $}
Answer» D. {w $}


Discussion

No Comment Found