Introduction to Structures





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