Multiple Choice
Assume you have the following declaration char nameList[100];.Which of the following ranges is valid for the index of the array nameList?
A) 0 through 99
B) 0 through 100
C) 1 through 100
D) 1 through 101
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The statement int list[25]; declares list to
Q5: What is the output of the following
Q6: Consider the statement int list[10][8];.Which of the
Q7: Suppose list is a one dimensional array
Q8: Assume you have the following declaration double
Q10: Assume you have the following declaration int
Q11: The form of the for loop shown
Q12: Consider the following statement: int alpha[25][10];.Which of
Q13: If an array index goes out of
Q14: All components of an array are of