Multiple Choice
Which statement is not true about the following array? Dim strFriends() As String = { "Rose", "Bud", "Flower", "Spring" }
A) The String "Flower" is located at index position 2.
B) All elements have been assigned values.
C) The array has an unlimited number of elements.
D) All of the above are true statements about the array.
Correct Answer:

Verified
Correct Answer:
Verified
Q24: The lowest possible subscript of an array
Q25: In Visual Basic you can use the
Q26: Procedures can be written to handle arrays
Q27: What does the following section of code
Q27: What does the following section of code
Q28: How many elements can be stored in
Q29: What happens to most controls when the
Q31: In the array declaration below, what is
Q32: What is the error in the following
Q33: Which one of the following declares a