When a data member of one structure is referred by the data member of another function, then the structure is called a Nested Structure.
BrindhaPrathaban Answered question June 26, 2023
C provides us the feature of nesting one structure within another structure by using which, complex data types are created.
Sandhya Answered question June 26, 2023
