Solution
The correct answer is option 3.
Key Points
- 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.
∴ Hence the correct answer is Quadruples.