✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Let's say that you have the following C code (it's just a small part of a much larger program)
int result;void calc(int x){ result = 999 + x;}
What can you say about the storage allocation of result?