Question

Which of the following is a disadvantage of a static (array-based) queue compared to a dynamic (linked list-based) queue?

A Slower access to elements
B Inability to store primitive data types
C Potential for memory wastage or overflow if size is misjudged
D More complex implementation
E Not suitable for FIFO operations
Practice Next

Hey! Ask a query