Examveda
Examveda

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: Option B


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic