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