GATE CS 2018 — Question 19

Multiple choice 1 mark Question 19 2018

Question 19

MCQ 1 marks · −0.33 Compiler Design

Consider the following intermediate program in three address code:

p = a - b
q = p * c
p = u * v
q = p + q

Which one of the following corresponds to a static single assignment form of the above code?

Answers and explanations are free — they just need an account.

Where this question comes from

Source: GATE 2018 Computer Science and Information Technology, Q19 (question number approximate)