INTERMEDIATE CODE GENERATION
SYNTAX TREES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
An intermediate code form is
|
postfix notation
|
|
syntax trees
|
|
three address codes
|
|
all of these
|
Explanation:
Detailed explanation-1: -Intermediate code can be represented in three forms, which are postfix notation, Syntax trees, Three address code. In a compiler, three address code can be implemented as records with fields for operator and operands. There are three such representations, Quadruples, Triples, Indirect triples.
Detailed explanation-2: -Quadruples is not the intermediate code form.
There is 1 question to complete.