What is the main difference between STRUCTURE and UNION?
All the members of the structure can be accessed at once,where as in an union only one member can be used at a time.