Computer Science, asked by sfgn9984, 1 year ago

What do you mean by null in link list in data structure?

Answers

Answered by anithkumar
0
A linked list is a linear data structure where each element is a separate object. Each element of a list is comprising of two items - the data and a reference to the next node. The last node has a reference to null. Which not linked with next element in the list.
Similar questions