What does the following statement do? type def int one D Array[20];

A) It creates an array of 20 integers.
B) It makes one D Array a copy of another 20-integer array.
C) It makes one D Array an alias for a data type that holds 20 integers.
D) It creates a one-dimensional integer array with all elements initialized to 20.
E) It does none of the above.

C) It makes one D Array an alias for a data type that holds 20 integers.

Computer Science & Information Technology

You might also like to view...

The ________ option will move an object on top of the other object directly in front of it

A) Bring in Front of Text B) Bring Forward C) Group and Ungroup D) Bring to Front

Computer Science & Information Technology

A(n) ____________________ is an object on which a process can obtain a lock.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology