what is nested structure? explain in brief?
Answers
Answered by
0
Answer:
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.
Answered by
2
Answer:
hi mate ur answer
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.
hope this will help u
please mark as brainliest ❤️❤️❤️❤️
Similar questions