Home / Engineering / Theory of Computation and Compiler Design / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) Which one of the following is FALSE?

(A) A basic block is a sequence of instructions where control enters the sequence at the beginning and exits at the end.
(B) Available expression analysis can be used for common subexpression elimination.
(C) Live variable analysis can be used for dead code elimination.
(D) x = 4 ∗ 5 => x = 20 is an example of common subexpression elimination.
Correct answer : Option (D) - x = 4 ∗ 5 => x = 20 is an example of common subexpression elimination.

Share

Discusssion

Login to discuss.