85.7k views
2 votes
What Member function places a new node at the end of the linked list?

User Sonnie
by
4.2k points

1 Answer

6 votes

˜”*°•.˜”*°• Question •°*”˜.•°*”˜

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

˜”*°•.˜”*°• Answer •°*”˜.•°*”˜

appendNode

˜”*°•.˜”*°• Explanation •°*”˜.•°*”˜

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.

˜”*°•.˜”*°• Details •°*”˜.•°*”˜

Subject: Coding (?)

Grade: College

Keywords: Function, linked list, appendNode, integer

Hope this helped. <3

User Sajuuk
by
4.6k points