This video tutorial introduces the concept of the struct. The struct is an important part of C programming. It is basically a container that can hold multiple pieces of data of different types. We can use structs in C programs similar to how functions are used in other programming languages.