

MCQOPTIONS
Saved Bookmarks
1. |
A shift reduce parser carries out the actions specified within braces immediately after reducing,withthe corresponding rule of the grammars->xxW{print 1 }s->y{print 2 }w->sz{print 3 }what is the translation of xxxxyzz ? |
A. | 11231 |
B. | 11233 |
C. | 23131 |
D. | 233321 |
Answer» D. 233321 | |