Question: STATIC / STACK / HEAP. 2 points each. global var g is at param a is at char s1 is at = which points to

STATIC / STACK / HEAP. 2 points each. global var g is at param a is at char s1 is at = which points to to local var il is at local var i2 is at = which points to static var i3 is at void v1 is at = which points to void v2isat which points to void v3isat which points to function func is at // You MUST run this on the fox machines (not even on the hen machines) I/ gec -Wall heap.c -o heap // ./heap int main(int argc, char *argv[1) \{ printf("global var g is at 4p ",6g); func (4); printf("function fune is at 6p ", \&fune); return 0; )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
