What is dynamic data structure?

4 years ago
C Programming

Dynamic data structure provides a means for storing data more efficiently into memory. Using dynamic memory allocation, your program will access memory spaces as needed. This is in contrast to static data structure, wherein the programmer has to indicate a fix number of memory space to be used in the program.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions