structure within structure programme
Answers
Answered by
3
Structure within structure in C using pointer variable: ... and one pointer structure variable is used in this program. plz note that combination of . ( Dot) and -> arrows operators are uses to access the the structure member which is declared inside the structure.
Thnkuuu and plzz make brainliest i really need
Thnkuuu and plzz make brainliest i really need
dhillonrobin:
ur wlcm
Answered by
2
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.
Similar questions