Each element in an array has an index and the starting index is index 1.
True
False
Correct Answer: B — False
Explanation:
Array's starting index is index 0 not index 1.