✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Let's say that we have the following C code:
int boo;void thing(int x){ int bar = 4; printf("%d", bar);}
What is the binding time associated with the storage of the integer variable called boo?