Q94
A structure variable named address contains a member variable named strStreet. Which of the following statements assigns the string "Maple" to the member variable?
A.
address&strStreet = "Maple"
B.
address.strStreet = "Maple"
AnswerC.
strStreet.address = "Maple"
D.
strStreet&address="Maple"
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board