1
21kviews
Explain Various Forms Of Intermediate Code Used By Compiler.

Subject: system programming and compiler construction

Topic: Intermediate Code Generation

Difficulty: Medium

1 Answer
4
1.3kviews

The following are commonly used intermediate code representation :

Postfix notation Syntax tree Three-address code

Postfix Notation

The ordinary (infix) way of writing the sum of a and b is with operator in the middle : a + b The postfix notation for the same expression places the operator at …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.