Multiple Choice
The braces { and } delimit an:
A) indexing list
B) allocator list
C) initializer list
D) array list
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: If you want to pass an array
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
Q23: The optional _ keyword in the ReDim
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