โช Choose the correct option.
Consider the following declarations.
union id {
char color;
int size;
}
struct {
char country;
int date;
union id;
} flag;
To assign a color to a fag, the correct statement would be