Data Structures

What term describes the following? a node structure that contains a pointer or reference to another node of the same type, forming the basis of linked structures.

Correct answer

B. Self-referential structure

Explanation

Self-referential structure refers to a node structure that contains a pointer or reference to another node of the same type, forming the basis of linked structures.