The first one is stored at the beginning of the struct, the second is stored after that, and so on . Unions only allocate enough space to store the largest field listed, and all fields are stored at the same space . Syntax for declaring a union is same as that of declaring a structure except the keyword struct.