Question: It is not possible to create an array of pointer to structures.

Options

A : True

B : False

C : -

D : -

Click to view Correct Answer

Previous ||

Structures, Unions, Enums - True / False Questions more questions

Which of the following statement is True?

The '.' operator can be used access structure elements using....

Union elements can be of different sizes.

A structure can contain similar or dissimilar elements

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

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

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

The elements of union are always accessed using & operator

Will the following code work?

A pointer union CANNOT be created

Arrays - General Questions more Online Exam Quiz

Structures, Unions, Enums - Point Out Errors

Structures, Unions, Enums - Yes / No Questions