Question: What follows is a C program. # include int a; int bar ( int x , int y ) { int b; return b =
What follows is a C program.
# include
int a;
int barint x int y
int b;
return b xy;
int main
int p;
p int malloc sizeofint;
p bar ;
In the above program,
iwhich variables are static variables?
ii Which variables are stack dynamic variables?
iii And which variables are explicitheap dynamic variables?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
