Join Regular Classroom : Visit ClassroomTech

Nested structure in C

What is nested structure?

A structure can be placed with in another structure i.e a structure can contain another structure as its member Like we declare an int member or char member. A structure that contains another structure as its member are called nested structure.

Structure variables of different types can be nested as well. Let’s see an example

You Missed
Also Checkout