Question: 2. The course structure variable contains a member variable named strGrade. Which of the following statements assigns the string B to the member variable? a.
2. The course structure variable contains a member variable named strGrade. Which of the following statements assigns the string “B” to the member variable?
a. course.strGrade(0) = "B"
b. course.strGrade = "B"
c. strGrade.course = "B"
d. none of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
