What are the different ways to copy the elements of one structure into another structure? Explain with an example.
Answers
Answered by
29
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.
Answered by
1
Explanation:
Similar questions