What are the drawbacks of using sequential storage to represent stacks and queues? One major drawback is that a fixed amount of storage remains allocated to the stack or queue even when the data structure is actually using a smaller amount or possibly no storage at all. Further , no more than that fixed amount of storage may be allocated., thus introducing the possibility of overflow. Define Linked List. Linked List is an ordered collection of nodes and each node has two part