MCQOPTIONS
Saved Bookmarks
| 1. |
Which is the correct statement(s) for Non Recursive predictive parser?S1: First(α) = {t | α => * t β for some string β } => *tβS2: Follow(X) = { a | S => * αXa β for some strings α and β } |
| A. | Both statements S1 and S2 are incorrect |
| B. | S1 is incorrect and S2 is correct |
| C. | S1 is correct and S2 is incorrect |
| D. | Both statements S1 and S2 are correct |
| Answer» E. | |