Vidyalelo
Visual Basic · Q94

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 94

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"
Answer
C.
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