Multiple choice Identify the odd one out. Global common subexpression Copy propagation Register allocation Code motion Reveal answer Fill a bubble to check yourself C Correct answer Explanation a, b and d are ways of code optimization, register allocation happens in code generation stage, so the option c is the odd one.