Get premium membership and access questions with answers, video lessons as well as revision papers.

What is a dynamic memory allocation? How does it help in building complex programs?

      

What is a dynamic memory allocation? How does it help in building complex programs?

  

Answers


mbugua
Dynamic memory allocation helps during variable declaration where one declares a variable once but can access it anywhere in your program code. The variable can be changed to any value regardless of the data type. The memory size is increased or decreased accordingly as you assign new values to a memory location.
Snjane answered the question on April 13, 2018 at 09:25


Next: Give ways through which Islam spread in Kenya by 1500 AD
Previous: Describe the limitations of using getchar and scanf functions for reading strings.

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions