Science, asked by Anonymous, 10 months ago

what is nested structure? explain in brief?​

Answers

Answered by Scarletttt
1

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 Anonymous
2

when the number of a structure itself is a structure it is called as nesting of 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