Ask Question
14 January, 19:50

Explain the relationship between dynamic storage allocation and recursion.

+3
Answers (1)
  1. 14 January, 22:42
    0
    The relationship between the recursion and the dynamic storage is that in the recursion process, we can use the similar variable of the function repeatedly and then it is require the long execution time that is basically supported by the dynamic storage and memory allocation.

    In the recursion process, we cannot estimate the actual requirement of the memory for allocating the static memory so then we need the dynamic memory allocation.

    Recursion is the process that cannot implement by using the dynamic storage allocation.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Explain the relationship between dynamic storage allocation and recursion. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers