Question: Which one is correct? Recursive solutions Sometime allocate memory for parameters and local variables, and store the address of where control returns after the method
Which one is correct?
Recursive solutions Sometime allocate memory for parameters and local variables, and store the address of where control returns after the method terminates.
Recursive solutions repetitively allocate memory for parameters and local variables, and store the address of where control returns after the method terminates.
Recursive solutions repetitively allocate memory for only parameters and not local variables, and store the address of where control returns after the method terminates.
None of the answers.
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
