When a structure contains another structure, it is called nested structure. A structure consisting of such complex elements is called a complex structure.
|
Since an array can contain similar elements, the combination having structures within an array is an array of structures. For instance, to store addresses of 100 members of the council, you need to create an array (creates 100 sets of variables).
addr mem_addr[100];
It's a special area where you can find special questions and answers for CSE students or IT professionals. Also, In this section, we try to explain a topic in a very deep way.