Question: When does a recursive function use callee saved registers? a. When the function needs to pass an argument to the next recursive call to the
When does a recursive function use callee saved registers?
a. When the function needs to pass an argument to the next recursive call to the function
b. When the function needs a return value from the next recursive call to the function
c. When the function needs the current function arguments after returning from the next recursive call to the function
d. Never. Because recursive functions fit perfectly into the stack disciplinE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
