Answer:
Hence the correct option is option a) define both structures and then create a data member of the nested structure type within the other structure.
Step-by-step explanation:
To make Address nested to Employee, we've to define Address structure before and out of doors Employee structure and make an object of Address structure inside Employee structure.
For example, we may need to store the address of an entity employee in a structure.