Multiple Choice
Suppose employee is an array of 10 PayRecord structures. ____ accesses the rate member of the first structure in the employee array.
A) employee.[0]rate
B) employee.rate[0]
C) employee[0].rate
D) (employee.rate) [0]
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If pt is declared as a pointer
Q3: In the broadest sense, the term "structure"
Q4: _ is not a valid C statement.<br>A)struct
Q5: When working with unions, typically a second
Q6: In C, a record is referred to
Q7: When defining structures, if the form of
Q8: Parallel arrays are rarely used anymore because
Q9: On all compilers, complete copies of all
Q10: Within a set of parallel arrays, all
Q11: As in most C statements, the spacing