Computer Sciences > GATE 2026 SET-2 > Compiler Design
Consider the control flow graph given below.
Which one of the following options is the set of live variables at the exit point of each basic block?

Which one of the following options is the set of live variables at the exit point of each basic block?
Correct : a
Similar Questions
Match the following according to input(from the left column) to the compiler phase(in the right column) that process it:
(P)Syntax Tree
(i)...
Consider the following code segment.
x = u - t;
y = x * v;
x = y + w;
y = t - z;
y = x * y;
The minimum number of total variables required to convert the abo...
Consider the following grammar:
stmt -> if expr then else expr; stmt | ε
expr -> term relop term | term
term -> id | number
id -> a | b | c
number -> [...
Total Unique Visitors
Loading......