1.

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”
C. strStreet.address = “Maple”
D. strStreet&address=”Maple”
Answer» C. strStreet.address = “Maple”


Discussion

No Comment Found