1.
Each element in an array has an index and the starting index is index 1.
A
True
B
False
Answer and explanation
Correct Answer: B — False
Array's starting index is index 0 not index 1.
ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
2 practice sets · Page 1 of 1
Each element in an array has an index and the starting index is index 1.
True
False
Array's starting index is index 0 not index 1.
Arrays can be used to store multiple values in one single variable.
True
False
We can store multiple value in one single variable known as arrays.