Question: 4. 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
4. 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
