Question: The elements of union are always accessed using & operator

Options

A : Yes

B : No

C : -

D : -

Click to view Correct Answer

Previous || Next

Structures, Unions, Enums - Yes / No Questions more questions

A structure can contain similar or dissimilar elements

The '->' operator can be used to access structures elements....

It is not possible to create an array of pointer....

If the following structure is written to a file using....

size of union is size of the longest element in....

Will the following code work?

A pointer union CANNOT be created

Is there easy way to print enumeration values symbolically?

By default structure variable will be of auto storage class

Is it necessary that the size of all elements in....

Arrays - General Questions more Online Exam Quiz

Structures, Unions, Enums - Point Out Errors

Structures, Unions, Enums - True / False Questions