Complicated Declarations

Q1:
Does the data type of all elements in the union will be same.

A True

B False

ANS:A - True

union U
{int a;
char ch;
int b;

};

In union, we can declare different/same data type.
But Memory allocates only for largest data member.  



img not found
img

For help Students Orientation
Mcqs Questions

One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.