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
