Why linked list is called self referential data type?
Answers
Answered by
0
Hy.....
The simplest type of self-referential list structure is a sequence of elements. Each element contains some data, and a reference, often called a pointer, to the next element in the list. ... The field data stores the datamember for this element. Thereference variable next is called alink .
The simplest type of self-referential list structure is a sequence of elements. Each element contains some data, and a reference, often called a pointer, to the next element in the list. ... The field data stores the datamember for this element. Thereference variable next is called alink .
Similar questions
English,
9 months ago
Social Sciences,
9 months ago
Science,
1 year ago
Math,
1 year ago
Math,
1 year ago