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
AnswerC.
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