Q.

Following syntax-directed translation scheme is used with a shift reduction (bottom up) parser that perform the action in braces immediately after a reduction by the corresponding production
A —>aB {print “(1)” A —> c {print “1”),
B —>Ab {print *2”}.
When parser is aaacbbb, then string printed

A. 0202021
B. 1202020
C. 1020202
D. None of these
Answer» A. 0202021
1.7k
0
Do you find this helpful?
1

View all MCQs in

Theory of Computation

Discussion

No comments yet

Related MCQs