Asked by Asona Fagan on May 05, 2024

verifed

Verified

The subscript of the first indexed variable in an array is:

A) 0
B) 1
C) 2
D) 3

Subscript

A notation used to specify an element within an array or list.

Indexed Variable

A variable in a data structure, such as an array, where each element can be directly accessed using its index or key.

  • Acquire knowledge on the formulation, initialization, and retrieval methods for arrays.
verifed

Verified Answer

MC
Monse CastorenaMay 11, 2024
Final Answer :
A
Explanation :
In most programming languages, the subscript of the first indexed variable in an array starts from 0. Therefore, option A) is the correct answer.