Ask Question

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

+4
Answers (1)
  1. Today, 01:20
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers