Advantages and disadvantages of array in data structure
Answers
Answered by
2
2D arrays are used to represent matrices. Disadvantages: ... Since array is of fixed size, if we allocate more memory than requirement then the memory space will be wasted. And if we allocate less memory than requirement, then it will create problem.
Similar questions