Mention for which header list, you will found the last node contains the null pointer?



Mention for which header list, you will found the last node contains the null pointer?..

Answer / Ankur Dixit

In a singly linked list, the last node does not have a next pointer, and its next pointer points to null.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the idea behind splaying?

1 Answers  


State the difference between queues and linked lists?

1 Answers  


What is the function of stack?

1 Answers  


Can you sort a string?

1 Answers  


Differentiate file structure from storage structure?

1 Answers  


Differentiate between priorityqueue and treeset.

1 Answers  


Define non linear data structure.

1 Answers  


What is difference between tree and forest?

1 Answers  


State the properties of b tree.

1 Answers  


What is a subtree?

1 Answers  


What is the difference between arraylist and hashmap?

1 Answers  


Explain implementation of traversal of a binary tree.

1 Answers  


Categories