324 views
0 votes
0 votes
Q.8
Which one of the following is TRUE at any valid state in shift-reduce parsing?
(A) Viable prefixes appear only at the bottom of the stack and not inside
(B) Viable prefixes appear only at the top of the stack and not inside
(C) The stack contains only a set of viable prefixes
(D) The stack never contains viable prefixes

Please log in or register to answer this question.

Related questions

29 votes
29 votes
2 answers
2
80 votes
80 votes
7 answers
3
makhdoom ghaya asked Feb 13, 2015
29,110 views
The least number of temporary variables required to create a three-address code in static single assignment form for the expression $q + r / 3 + s - t * 5 + u * v/w$ is_...