subscript operator is used to access which elements?
subscript operator is used to access which elements? Correct Answer array
To access any element of an array we use following syntax array, where i is called subscript representing the ith element of an array, whereas no such cases in char and strings.