

MCQOPTIONS
Saved Bookmarks
1. |
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» C. Dim workers As Employee(4) | |