Solved

Linked Lists of Items Are Commonly Implemented by

Question 21

Multiple Choice

Linked lists of items are commonly implemented by


A) using a structure containing an item and a pointer to the structure type.
B) using a class template to represent list items.
C) using an array to hold list items.
D) using a function to compute the link to the next item.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions