✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider that there are two loops — L₁ (outer loop) and L₂ (inner loop).Register allocation for variable ‘a’ is to be performed to some register.
If ‘a’ is allocated in L₁ but not allocated in L₂, then which of the following code sequences correctly represents the register assignment for variable ‘a’— at the entrance to L₂ and while leaving L₂?