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