Computer Science, asked by bidyajitkhagokpam, 11 months ago

what
is
referential
structure ?
Give
an
example​

Answers

Answered by sabrinafarahin708628
1

Answer:

A self-referential structure is one of the data structure which refer to the pointer to another structure of the same type. example-a linked list is supposed to be a self-referential data structure.

Explanation:

Answered by rksaugan901
0

A self-referential structure is one of the data structures which refer to the pointer to (points) to another structure of the same type. For example, a linked list is supposed to be a self-referential data structure. The next node of a node is being pointed, which is of the same struct type

please mark brainlest

Similar questions