Login or Create an Account to view the mark scheme, comment, and add to a test
Choose which of the following describes a key difference between an array and a linked list.
(a).
An array is a non-linear data structure, while a linked list is a linear data structure.
(b).
In an array, elements are stored in non-contiguous memory locations, while in a linked list, elements are stored in contiguous memory locations.
(c).
An array is a linear data structure, while a linked list is a non-linear data structure.
(d).
In an array, elements are stored in contiguous memory locations, while in a linked list, elements are stored in non-contiguous memory locations.

Multiple Choice1 MarkPremium
1 Use16 Views0 Likes