Computer Science, asked by sarmajiisback1386, 1 year ago

Difference between static and dynamic data structure

Answers

Answered by PrakashSolanki
1

Explanation:

Static Data structure has fixed memory size whereas in Dynamic Data Structure, the size can be randomly updated during run time which may be considered efficient with respect to memory complexity of the code. Static Data Structure provides more easier access to elements with respect to dynamic data structure.

Similar questions