How do the nested calls of the function get managed?
Answers
Answered by
1
Answer:
Through Stacks
pls mark me as brainliest
Answered by
0
Nested calls of the function get managed with the help of stacks that are data structure.
• Stack is the correct answer of this question.
• You could call a nested function either straight by name or using a function handle that you can make using the @ operator.
• All the variables in nested functions or the functions that comprise them must be openly defined.
Hope it helped...
Similar questions