M
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
Related MCQs
Q. To select all column from the table the syntax is:
Q. which diagram is used to show interactions between messages are classified as?
Q. --------- provides the technical how to building software.
Q. In variable length storage two dollar signs are used to signal the __________.
Q. Which of these is not a core data type?
Discusssion
Login to discuss.