Multiple Choice
____ creates an array of 10 PayRecord structures.
A) struct (PayRecord employee) [10];
B) struct[10] PayRecord employee;
C) struct PayRecord[10] employee;
D) struct PayRecord employee[10];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: A union reserves sufficient memory locations to
Q26: _ is equivalent to (*pointer).member.<br>A)pointer.member<br>B)pointer>member<br>C)pointer->member<br>D)pointer@member
Q27: A structure definition statement is identical to
Q28: If pt is declared as a pointer
Q29: After the following declaration, you can define
Q31: A structure may be declared globally or
Q32: When passing a structure to a function,
Q33: Arrays of structures are very useful to
Q34: Populating a structure is a complex task
Q35: By convention all typedef names are written