An array element can be accessed through:
Select one:
a, none
b. element name
C. dots
d. index number
Answers
Answered by
1
Answer:
Elements of an array are accessed by specifying the index ( offset ) of the desired element within square [ ] brackets after the array name.
Array subscripts must be of integer type. ( int, long int, char, etc. )
Similar questions