Ask Question
17 December, 11:32

1. In a language with zero-based indexing, at what index will the 100th item in an array

+5
Answers (1)
  1. 17 December, 11:48
    0
    I'd say 99

    Explanation:

    If the array is 0 based then it will start at 0 if you create 100 spaces it will create 0 through 99

    0,1,2,3,4,5,6,7,8,9,10 ...,98,99

    99 would be the 100th item in the array.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “1. In a language with zero-based indexing, at what index will the 100th item in an array ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers