Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: CS2352 POCD - Intermediate code generation PPT Lecture Notes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DECLARATIONS
ASSIGNMENT STATEMENTS


Types of three address statements

* Types of three address statements are as follows:

1. Assignment statement:

i) Using binary operator.

Ex: x = y op z

ii) Using unary operator.

Ex: x = op y

2.Copy statement:

Ex: x = y.

3.Unconditional jump
Ex: goto L


For More : [attachment=25681]