Question: 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
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
3.43 Rating (150 Votes )
There are 3 Steps involved in it
a Dim... View full answer
Get step-by-step solutions from verified subject matter experts
