Computer Science, asked by sahadkpm313, 10 months ago

what is nested structure​

Answers

Answered by rajasingh3488
0

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 Anonymous
1

✦✧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.

Hope this will help you♥

Similar questions