What data structures does not use dynamic memory allocation?
Answers
Answered by
0
So, if you create dynamic memory allocation for array it uses basic primitive data structures internally and if you dynamic memory allocation for stack and queue it uses arrays internally which inturn uses basic primitive data structures.Oct 11, 2017
Similar questions