In this tutorial, you will learn about self referential structures in C Programming language.

A Structure is a collection of related information / variables of different types under one name. Self Referential structures are those structures that have one or more pointers which point to the same type of structure, as their member.

#c #programming-c #c-language

Self Referential Structure in C Programming language
1.50 GEEK