Q. Which of these data structures can be self-referential?
β
Correct Answer: (C)
Structures
Explanation: A struct can contain a pointer to itself, forming self-referential structures like linked lists.