How does dynamic memory allocation help in managing data?
3 years ago
Data Structure and Algorithm
Apart from being able to store simple structured data types, dynamic memory allocation can combine separately allocated structured blocks to form composite structures that expand and contract as needed.

Sujan Bk
Jan 9, 2022