Vidyalelo
Computer Science · Q206

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Engineering and GATE · Computer Science · question 206

Q206

An application uses a structure named Employee. Which of the following statements declares a five-element array of Employee structure variables?

A.
Dim workers(4) As Employee
B.
Dim workers(5) As Employee
Answer
C.
Dim workers As Employee(4)
D.
Dim workers As Employee(5)

Answer: Option B

Solution

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