edited by
4,097 views

2 Answers

0 votes
0 votes
SR parser is a bottom-up parser. It consists of an input buffer, stack, and parse table. The input buffer is used for storing strings to be parsed, the stack is used for holding grammar symbols, and the parse table is used for parsing the string.
 

Option D
Answer:

Related questions

1 votes
1 votes
1 answer
2
Arjun asked Jul 2, 2019
1,683 views
Which data structure is used by the compiler for managing variables and their attributes?Binary treeLink listSymbol tableParse table
1 votes
1 votes
1 answer
3
Arjun asked Jul 2, 2019
4,886 views
On translating the expression given below into quadruple representation, how many operations are required?$$(i\ast j)+(e+f)\ast(a\ast b+c)$$$5$$6$$3$$7$
1 votes
1 votes
1 answer
4
Arjun asked Jul 2, 2019
4,147 views
Replacing the expression $4\ast 2\cdot 14$ by $8 \cdot 56$ is known asconstant foldinginduction variablestrength reductioncode reduction