Computer Science, asked by mayanksaha9125, 5 months ago

An array element can be accessed through:
Select one:
a, none
b. element name
C. dots
d. index number​

Answers

Answered by adhi171
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