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.

Computer Science & Information Technology

You might also like to view...

A pop-up blocker is a web browser feature that ____

a. keeps the window in a minimized state b. prevents unwanted advertisements c. censors Internet searches d. prevents color images from being displayed

Computer Science & Information Technology

What is the material surrounding the core of an optical waveguide called?

a. Cladding b. Aperture c. Mode field d. Step-index e. Graded-index

Computer Science & Information Technology