Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
What member function places a new node at the end of the linked list?
A) appendNode()
B) addNode()
C) displayNode()
D) structNode()
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.
Related Answered Questions
Related Open Questions