Chapter 8: Problem 6
What is usually the first subscript in an array?
Short Answer
Expert verified
**Answer**: The first subscript in an array refers to the index of the first element in the array. The starting subscript index can differ between programming languages. In most programming languages like C, C++, Java, and Python, the first subscript starts at 0. In some others like Fortran, MATLAB, and R, the first subscript starts at 1.