Structures, Unions, Enums - Programming

Q1:

Can a structure can point to itself?

A Yes

B No

ANS:A - Yes

A structure pointing to itself is called self-referential structures.