MCQ
Q.
In ___________________, if one derivation of a production fails, the syntax analyzer restarts the process using different rules of same production
Correct Answer: C
Backtracking : It means, if one derivation of a production fails, the syntax analyzer restarts the process using different rules of same production. This technique may process the input string more than once to determine the right production.