1.

An intermediate code form is __________(a) Postfix notation(b) Syntax Trees(c) Three Address code(d) All of the mentionedI got this question at a job interview.This intriguing question comes from Handle of Right sentinel Grammar topic in division Bottom Up Parsing of Compiler

Answer»

Right choice is (d) All of the mentioned

To explain I would say: INTERMEDIATE CODE generator RECEIVES input from its predecessor phase, SEMANTIC analyzer, in the form of an annotated syntax TREE.



Discussion

No Comment Found

Related InterviewSolutions