Question: help me to solve thise question Function Prolog (running example) Memory statements Addressmy_func (parami, param2, ..., paramn) 201 int var1=0; double var2=0; char varn 210
Function Prolog (running example) Memory statements Addressmy_func (parami, param2, ..., paramn) 201 int var1=0; double var2=0; char varn 210 ... more statements .. 216 return main() 100 print ("before call"); 107 my_func (p1, p2, ..., pn); 115 print ("after call"); Draw stack frame of the above function (my_func) after it is called from main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
