ExamVeda
Login
Home
This question belongs to C Program Structure And Union
Structure and Union
?

Consider the following declarations:
union id
{
   char color;
   int size;
};
struct{
   char country;
   int date;
   union id id;
}flag;

To assign a color to a flag, the correct statement would be

Answer & Solution
Correct Answer: Option A

2

Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.