Phenom Interview Question

Array has a disadvantage that is memory needs to be declared before hand,how can you overcome this?

Interview Answer

Anonymous

Oct 22, 2020

I answered we can use linked list.Then I was asked to write implementation of linked list and insertion operation.