|
(a) Creates a linked list of 10 ints, with each element initially 0.
(b) Creates a linked list of 10 ints, with each element initially containing random values.
(c) Creates an empty linked list of ints, but reserves memory for 10 entries
(d) Creates 10 linked list of ints, all initially empty.
|