Nested Structures in C




This video introduces you to the concept of nested structures. You will learn what is a nested structure, where we can use it, why we have to use it, how to declare a nested structure,usage of the struct keyword,how to create nested structure variables,how to assign values to nested structure ,how to retrieve the values from nested structure variable elements using the dot operator in detail with an example.