Subj : Why not unions To : comp.programming From : Shwetabh Date : Tue Jul 26 2005 01:16 pm Hi, my question is related with data structures. Why are only structures used for implementing data structures. Why not unions when they are more memory efficient than structures. Thanks in advance .