Name any four types of three-address statements

a) Assignment statements of the form x := y op z
b) Assignment instruction of the form x := op y
c) Copy statement of the form x := y
d) The unconditional jump goto

Leave a Reply