Science, asked by Anonymous, 11 months ago

what is nested structure? explain in brief?​

Answers

Answered by Scarletttt
3

Nested Structure in C. C provides us the feature of nesting one structure within another structure by using which, complex data types are created.

For example, we may need to store the address of an entity employee in a structure.

@Scarletttt ❤️

Answered by Anonymous
2

when the number of 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