Multiple Choice
When would you use a linked list over an array or a dynamic array?
A) when you know the maximum size at compile time
B) when you know the maximum size at run-time
C) when you do not know the maximum size
D) when you need to access any item quickly
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q54: When adding a node to a linked
Q55: Apart from constructors, the operations for a
Q56: Given the following declarations, which statement would
Q57: The function used to get the data
Q58: Apart from constructors, the operations for a
Q60: You can define a stack that will
Q61: To remove an item from the stack,
Q62: If you want to declare a node
Q63: A stack is a first-in-first-out data structure.
Q64: Placing data on a stack is called