What member function places a new node at the end of the linked list?



The appendNode() member function places a new node at the end of the linked list. The appendNode() requires an integer representing the current data of the node.




Explore posts in the same categories: Data Structure Interview Questions


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |


Comment:

You must be logged in to post a comment.