Q. A structure variable named address contains a member variable named strStreet. Which of the following statements assigns the string "Maple" to the member variable?
β
Correct Answer: (B)
address.strStreet = "Maple"