asked 6.0k views
5 votes
Subscripted value is not an array pointer or vector

asked
User Jokerius
by
8.0k points

1 Answer

5 votes

Step-by-step explanation:

A subscripted value is not an array pointer or vector. A subscripted value is a single value taken from an array, vector, or other collection of values. The subscripted value is the value at a specific index in the array, vector, or collection.

answered
User Timogavk
by
8.6k points