Multiple Choice
Which of the following assigns a value to the hourlyWage member of employee[2]?
A) employee[2] -> hourlyWage = 50.00;
B) employee2.hourlyWage = 7.50;
C) hourlyWage[2].employee = 29.75;
D) employee[2].hourlyWage = 75.00;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: It is possible for a structure variable
Q20: Which of the following statements outputs the
Q21: Given the following structure decaration, idNum is
Q22: Which of the following is required after
Q23: Data types that are created by the
Q25: You may use a pointer to a
Q26: Given the structure definition shown, assume
Q27: A struct can contain members with varying
Q28: The names of enumerators in an enumerated
Q29: Given the following decaration:<br>Enum Tree { OAK,