ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Each element in an array has an index and the starting index is index 1.
True
False
Correct Answer: B — False
Array's starting index is index 0 not index 1.