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



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

Answer / Vishakha Dutt

The append() member function places a new node at the end of the linked list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How do you sort in ascending order in arraylist?

1 Answers  


For addition and deletion. Which one is most preferred: array list or linked list?

1 Answers  


What is max heapify?

1 Answers  


What are the types of collision resolution strategies in open addressing?

1 Answers  


Explain the types of linked lists.

1 Answers  


Why quicksort is faster than merge sort?

1 Answers  


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

1 Answers  


Why is it called bubble sort?

1 Answers  


How do you create a tree diagram?

1 Answers  


Is it possible to store null key and null values in a hashmap?

1 Answers  


Can you sort a hashset?

1 Answers  


What is 2 dimensional linked list?

1 Answers   Tech Mahindra,


Categories