Examveda
Examveda

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

C. Dim workers As Employee(4)

D. Dim workers As Employee(5)

Answer: Option B


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic