Multiple Choice
Which of the following statements outputs the value of the gpa member of element [1] of the student array?
A) cout << student1.gpa;
B) cout << firstStudent.gpa;
C) cout << student[1].gpa;
D) cout << student1->gpa;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: A function cannot modify the members of
Q16: After the following statement executes, what value
Q17: When a programmer creates an abstract data
Q18: When a structure is passed _ to
Q19: It is possible for a structure variable
Q21: Given the following structure decaration, idNum is
Q22: Which of the following is required after
Q23: Data types that are created by the
Q24: Which of the following assigns a value
Q25: You may use a pointer to a