โช Choose the correct option.
The below declaration
union id {
char color [12];
int size;
} tshirt, pant;
denotes shirt and pant are variable of type id and
union id {
char color [12];
int size;
} tshirt, pant;
denotes shirt and pant are variable of type id and