Question:

Which of the following is NOT a function of the shift-reduce parser?

Show Hint

Shift-reduce parser uses: shift, reduce, accept, and error — no "go" operation.
Updated On: May 26, 2025
  • Reduce
  • Accept
  • Go
  • Shift
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Shift-reduce parsing uses shift, reduce, accept, and error actions. "Go" is not a standard action in this parsing method.
Was this answer helpful?
0
0