Difference between Structure and Union
In this tutorial you will learn about difference between structure and union. Structure and union both are user defined data types which contains variables of different data types. Both of them have same syntax for definition, declaration of variables and for accessing members. Still there are many difference between structure and union. In this tutorial we will take …
