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 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 address.strStreet = "Maple"

Related Questions

A structure variable named address contains a member variable named strStreet. Which of the following statements assigns the string “Maple” to the member variable?