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.
πŸ’¬ Discuss
βœ… Correct Answer: (D) x = 4 ∗ 5 => x = 20 is an example of common subexpression elimination.

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
882
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate