Question: A structure can be nested inside another structure.

Options

A : True

B : False

C : -

D : -

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

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

Point out the error in the program?

A union cannot be nested in a structure

Nested unions are allowed

Bit fields CANNOT be used in union.

one of elements of a structure can be a pointer....

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....

Arrays - General Questions more Online Exam Quiz

Structures, Unions, Enums - Point Out Errors

Structures, Unions, Enums - Yes / No Questions