English, asked by mtkaml635, 3 months ago

OR
What do you mean by nested structure? Write a program to demonstrate it​

Answers

Answered by rohitsingh1801
2

Explanation:

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. You can learn below concepts in this section.

Similar questions