M
Q. Consider the translation scheme shown below
S → T R
R → + T {print ('+');} R | ε
T → num {print (num.val);}
Here num is a token that represents an integer and num.val represents the
corresponding integer value. For an input string '9 + 5 + 2', this translation scheme will
print
Related MCQs
Q. Which of the following statements is not a part of Chan’s algorithm?
Q. Why is a demultiplexer called a data distributor?
Q. In TDM, slots are further divided into
Q. The Family of recursive language is not closed under which of the following operations:
Q. Dictionary here define what?
Q. What is the language used by most of the DBMSs for helping their users to access data?
Q. Broadcast and reduction operations on a mesh is performed
Q. which of the following is not an example of explorative decomposition
Q. A preposition is a statement that is either ture or false
Discusssion
Login to discuss.