Which of the following range is valid for the index of the array nameList.
(i) 1 through 100
(ii) 0 through 100
1. Both are invalid
2. Only (i)
3. None of these
4. Only (ii)
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose you have the following declaration. char[] nameList = new char[100]; Which of the following range is valid for the index of the ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Home » Computers and Technology » Suppose you have the following declaration. char[] nameList = new char[100]; Which of the following range is valid for the index of the array nameList. (i) 1 through 100 (ii) 0 through 100 1. Both are invalid 2. Only (i) 3. None of these 4.