Which of the following is not a disadvantage to the usage of array?

Q & ACategory: Data StructureWhich of the following is not a disadvantage to the usage of array?
Admin Staff asked 4 years ago

Which of the following is not a disadvantage to the usage of array?
a) Fixed size
b) There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
c) Insertion based on position
d) Accessing elements at specified positions

1 Answers
Admin Staff answered 4 years ago

d) Accessing elements at specified positions