Multiple Choice
You must do the following before using an array:
A) declare then reference the array
B) initialize then declare the array
C) initialize then reference the array
D) declare then initialize the array
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: To declare an array one must provide
Q22: The braces { and } delimit an:<br>A)indexing
Q23: The optional _ keyword in the ReDim
Q24: To pass an array argument to a
Q25: Referencing an element outside the array bounds
Q27: Arrays may have dimensions.<br>A)one<br>B)two<br>C)any number of<br>D)a or
Q29: String method Replace receives two arguments-the substring
Q30: For the array in the previous question,what
Q30: Which statement below initializes array items to
Q31: An array reference may be assigned only