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
A nested structure in C is a structure within structure. One structure can be declared inside another structure in the same way structure members are declared inside a 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
