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