Difference between Structure and Union in c





This video explains the difference between the structure and union in c.
You will Learn the how the compiler allocates memory for structure and union, how the address of union and structure members ale allocated, what happens when you alter the value of structure and union members with example.