Solved

Which Statement Is False

Question 9

Multiple Choice

Which statement is false?


A) A linked list is a linear collection of self-referential class objects called nodes connected by reference links.
B) A linked list is appropriate when the number of data elements to be represented in the data structure is unpredictable.
C) A linked list is a fixed-size data structure.
D) By convention, the link reference in the last node of a list is set to null to mark the end of the list.

Correct Answer:

verifed

Verified

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

Related Questions