Add a Node in front of the List
?
start
e1
e2
new
new = malloc(sizeof(ELEPHANT));
new->next = start;
strcpy(new->name, "Tha");
start = new;
"Tha"
"Edna"
"Elmer"
Previous slide
Next slide
Back to first slide
View graphic version