what is the limitation on array of char
Answers
Answered by
4
Limitations of arrays. ... if we want to keep the elements of the collection ordered, and insert a new value in its correct position, or remove it, then, for each such operation we may need to move many elements (on the average, half of the elements of the array); this is very inefficient.
I hope it will help you
please mark me as brain list answer
Similar questions