Vidyalelo
Computer Science · Q45

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 45

Q45

Which of the following selects the Cat item, which appears third in the cboAnimal control?

A.
cboAnimal.Selected = 2
B.
cboAnimal.Selected = "Cat"
C.
cboAnimal.Text = "Cat"
Answer
D.
cboAnimal.SelectedIndex="Cat"

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board