0 votes
in C Plus Plus by

Describe dynamic data structure in C programming language?

1 Answer

0 votes
by

Dynamic data structure is more efficient to memory. The memory access occurs as needed by the program

...