Report Bug
Qus : Which of the following statements about structures in C is correct?
QusWhich of the following statements about structures in C is correct?

A. Structures cannot contain arrays
B. Structures cannot contain other structures
C. Structures can have members of different data types
D. Structures are the same as arrays


Solution
C. Structures can have members of different data types






Report Bug