✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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₂?