Question: 2. A structure variable named course contains a member variable named strNum. Which of the following statements assigns the string CIS250 to the member variable?
2. A structure variable named course contains a member variable named strNum. Which of the following statements assigns the string “CIS250” to the member variable?
a. course.strNum = "CIS250"
b. course&strNum = "CIS250"
c. strNum.course = "CIS250"
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
