πŸ“Š Visual Basics
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?
  • (A) address&strStreet = "Maple"
  • (B) address.strStreet = "Maple"
  • (C) strStreet.address = "Maple"
  • (D) strStreet&address="Maple"
πŸ’¬ Discuss
βœ… Correct Answer: (B) address.strStreet = "Maple"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
130
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Neelam Mittal
Publisher
πŸ“ˆ
82%
Success Rate