what is nested structure? explain in brief?
Answers
Answered by
2
Nested structure in C is nothing but structure within structure. One structure can be declared inside other structure as we declare structure members inside a structure. The structure variables can be a normal structure variable or a pointer variable to access the data.
@Scarletttt❤
Answered by
2
when the number of a structure itself is a structure it is calleed nesting of a structure.
- the structure which is nested inside other structure must be declared as a structure before the structure in which it is nested.
Similar questions