Question: Spring2017-midterm] Program and Process, command-line arguments, static keyword a. 15 points] Show the memory image of the following program when it is executed (Specifically show
![Spring2017-midterm] Program and Process, command-line arguments, static keyword a. 15 points]](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66da01d73fae8_35066da01d6b22ea.jpg)
Spring2017-midterm] Program and Process, command-line arguments, static keyword a. 15 points] Show the memory image of the following program when it is executed (Specifically show where the variables reside, and how their values change). Also give the output of the program. #include (10pt) #include int myfunc (int E) int A, B-6 int main (int argc, char argv1) Variable name Memory Image int C, D STACK myfunc 5) Dmyfunc(7 A, B, C, D) return 0 HEAP int myfunc (int E) static int F-0 Un-Init Data return F Init Data OUTPUT: (5pt) TEXT Spring2017-midterm] Program and Process, command-line arguments, static keyword a. 15 points] Show the memory image of the following program when it is executed (Specifically show where the variables reside, and how their values change). Also give the output of the program. #include (10pt) #include int myfunc (int E) int A, B-6 int main (int argc, char argv1) Variable name Memory Image int C, D STACK myfunc 5) Dmyfunc(7 A, B, C, D) return 0 HEAP int myfunc (int E) static int F-0 Un-Init Data return F Init Data OUTPUT: (5pt) TEXT