Which of the following declarations creates a two-dimensional array?

(A) Dim newVar(2, 2) As Double
(B) Dim newVar As Integer
(C) Dim newVar(2) As Double
(D) Dim newVar(2)


(A) Dim newVar(2, 2) As Double

Computer Science & Information Technology

You might also like to view...

A function may return a pointer, but the programmer must ensure that the pointer

A) is pointing to an object that is still valid after the return of the function. B) has been assigned an address. C) was received as a parameter by the function. D) has not previously been returned by another function. E) None of the above

Computer Science & Information Technology

When using the password data type, any information that a user enters will be displayed as a series of ____ or asterisks, protecting the information from prying eyes.

A. dashes B. dots C. ampersands D. plus signs

Computer Science & Information Technology

You should use the same abbreviation throughout a document.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following file types the extension given to an Access executable file?

What will be an ideal response?

Computer Science & Information Technology