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) The System.LL namespace contains class LinkedList.
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) The System.LL namespace contains class LinkedList.
You might also like to view...
Match the following actions to their correct description
I. Point II. Display the shortcut menu III. Drag IV. Click the right mouse button A. To display a screen tip B. Short-cut menu opens C. Click and hold the left mouse button D. Click the right mouse button
In an object literal, each _____ pair contains a property and property value associated with the object.
A. name:value B. object:name C. object:value D. name:size