1.
Each element in an array has an index and the starting index is index 1.
A
True
B
False
View Answer
Correct Answer: B — False
Explanation:
Array's starting index is index 0 not index 1.
2 practice sets · Page 1 of 1
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.
Arrays can be used to store multiple values in one single variable.
True
False
Correct Answer: A — True
Explanation:
We can store multiple value in one single variable known as arrays.