Multiple Choice
When changing the number of elements in an array at run-time with the ReDim statement, existing values in the array are destroyed unless the ______keyword is used.
A) Preserve
B) Reserve
C) ReDim
D) Protect
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following statements defines a
Q9: Which of the following is the correct
Q10: Which of the following declares an array
Q11: Which of the following allows an application
Q12: This property of a control allows it
Q14: Which type of loop is designed specifically
Q15: Which of the following provides the index
Q16: What value should be placed in a
Q17: Assume that an integer array named intValues
Q18: The following statements apply to a Timer