Data Structures

In computer science, Self-referential structure refers to which of the following?

Correct answer

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

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.