Inserting a Node at the Front
insert_ptr = new Node;
insert_ptr->data = entry;
10
15
7
null
head_ptr
entry
13
insert_ptr
13
What expression appears on the left side of the assignment statement ?
Previous slide
Next slide
Back to first slide
View graphic version