Introduction to Union in C





This video introduces you to the concept of union in c. You will learn the syntax to creating a union, how to create a union variable, how to assign data to the union members, how to retrieve the value from the union variable using dot operator with example.