Question:
How is a stack used for nested function calls?
Author: Will ParkerAnswer:
Data is placed on a “stack frame” which ensures that the data retrieved is the most recently stored, ensuring that the function calls in the correct order
0 / 5 (0 ratings)
1 answer(s) in total