After the following Dim statement is executed, how many elements will the array myVar have?
Dim myVar(7) As Double
(A) 0
(B) 1
(C) 8
(D) 9
(C) 8
Computer Science & Information Technology
You might also like to view...
Available chunks of memory are known as ___________ .
A) ?frames ? B) ?segments ? C) ?addresses ? D) ?pages
Computer Science & Information Technology
Which of the following is a Windows programming interface that allows computers to communicate across a local area network (LAN)?
A. NetBIOS B. BIOS C. NetApp D. NetAPI
Computer Science & Information Technology