Ask Question
14 June, 15:19

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

+4
Answers (1)
  1. 14 June, 18:16
    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 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.
Search for Other Answers