GATE Computer Science (CS) 2017 Shift 2 Solved Paper

© examsiri.com
Question : 42 of 65
 
Marks: +1, -0
Consider the following expression grammar G:
E → E – T | T
T → T + F | F
F → (E) | id
Which of the following grammars is not left recursive, but is equivalent to G?
Go to Question: