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.
c. A linked list is a fixed-size data structure. Actually, a linked list is a dynamic data structure that can grow and shrink as necessary.
You might also like to view...
When using Mail Merge, information such as person's name, street address, city, state, and zip are collectively referred to as a field
Indicate whether the statement is true or false
When it comes to moving or resizing a WordArt object, it is treated the same way as other graphic objects
Indicate whether the statement is true or false