✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
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?