Science, asked by Anonymous, 9 months ago

what is nested structure? explain in brief?​

Answers

Answered by Scarletttt
3

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
3

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