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 = 100.00;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q2: A structure _ contain members of the
Q5: In C++11 if you want to retrieve
Q27: A struct can contain members with varying
Q28: If Circle is a structure, the statement:
Q29: A union can only have one member.
Q30: You can define any number of union
Q34: Look at the following declaration.<img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg" alt="Look
Q35: Look at the following structure declaration.<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2965/.jpg"
Q38: When you use a strongly typed enumerator
Q41: Structure variables may be passed as arguments