0 0 votes Consider following grammar : S → A + B | A A → (B) | int | int * A The no. of newly added non-terminal symbols after left – factoring above grammar are___________. Correct Answer: 2 Status: unattempted Compiler Design + – vishwa ratna 514 views answer comment Share Follow Print See 1 comment 1 1 comment reply Sushant Gokhale commented Jan 31, 2017 reply Follow flag It should be 4. 2 for 'A' and 2 for 'int' 0 0 replyShare Please log in or register to add a comment.