____ 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];
Answer: D
Computer Science & Information Technology
You might also like to view...
Which option is NOT configured when you create a DHCPv6 scope?
A. Preference B. Preferred Life Time C. Prefix D. Default gateway
Computer Science & Information Technology
A 24-bit color depth allows _____ colors.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology