Jump to content

Singly-linked list/Element definition: Difference between revisions

m
Line 1,280:
}</lang>
 
Note that when a structure value is created, here for instance with <code>a = list()</code>, the elements are set to default valuevalues (zero real scalar, NULL pointer...). Hence, a newly created list is always empty.
 
=== Insertion ===
1,336

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.