Multiple Choice
Which of the following provides the index of the highest numbered element of the array strNames?
A) strNames.Length - 1
B) strNames.Length
C) strNames.Length + 1
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Which of the following declares an array
Q11: Which of the following allows an application
Q12: This property of a control allows it
Q13: When changing the number of elements in
Q14: Which type of loop is designed specifically
Q16: What value should be placed in a
Q17: Assume that an integer array named intValues
Q18: The following statements apply to a Timer
Q19: What task is accomplished by the following
Q20: Which of the following code segments sets