Right choice is (b) There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
To explain: Arrays are of fixed size. If we insert elements less than the allocated size, unoccupied positions can’t be used again. Wastage will occur in memory.