Consider the following declarations.


		
					

Loading

โœช 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

A. NULL
B. NULL
C. NULL
D. NULL