recategorized by
392 views

1 Answer

0 votes
0 votes

In LR(0) technique, 2 types of conflicts are present:

  • Shift-reduce conflict or SR conflict
  • Reduce-Reduce conflicts or RR conflict

So according to the given options, shift-reduce conflict is correct.

Option $(A)$ is correct.

edited by
Answer:

Related questions

1 votes
1 votes
1 answer
2
gatecse asked Dec 9, 2020
407 views
Shift reduce parsing can also be called as:Reverse of the Right Most DerivationRight Most DerivationLeft Most DerivationNone of the options
1 votes
1 votes
4 answers
3
gatecse asked Dec 9, 2020
1,019 views
The $\text{LL(1)}$ and $\text{LR(0)}$ techniques are ___________Both same in powerBoth simulate reverse of right most derivationBoth simulate reverse of left most derivat...