Multiple Choice
The optional ________ keyword in the ReDim statement will keep the existing array elements after the array is resized.
A) Keep
B) Copy
C) Preserve
D) Save
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: For Each…Next loop is barely used because
Q19: Only literal integer values can be used
Q20: In an array of Boolean variables,if the
Q21: To declare an array one must provide
Q22: The braces { and } delimit an:<br>A)indexing
Q24: To pass an array argument to a
Q25: Referencing an element outside the array bounds
Q26: You must do the following before using
Q27: Arrays may have dimensions.<br>A)one<br>B)two<br>C)any number of<br>D)a or
Q30: For the array in the previous question,what