0 0 votes 7. Consider the following grammar: \[ \begin{array}{l} S \rightarrow r X \mid r R x \\ R \rightarrow X R x \mid r \\ X \rightarrow X X \mid \epsilon \end{array} \] How many back tracks are required to generate the string 'rrx' from the above grammar? Compiler Design compiler-design grammar numerical-answers test-series + – Prateek kumar 575 views answer comment Share Follow Print See 1 comment 1 1 comment reply Angkit commented Jun 21, 2017 reply Follow flag IS it 4? 0 0 replyShare Please log in or register to add a comment.
0 0 votes we require 5 backtracks rosshan77 answered Aug 4, 2018 rosshan77 comment Share Follow 0 reply Please log in or register to add a comment.