✅ 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 — L1 (outer loop) and L2 (inner loop).Register allocation for variable ‘a’ is to be performed to some register.
If 'a' is allocated in L2 and not in L1 then which of the following code sequence(s) correctly represents the register assignment for variable ‘a’
— at the entrance to L2 and while leaving L2?