Multiple choice technology programming languages

Index of an array starts from

  1. One

  2. Zero

  3. Two

  4. None of the Above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In standard programming languages like C, C++, Java, and Python, array indexing is zero-based, meaning the index of the first element in an array starts at zero.