indexing in c language
Answers
Answered by
3
Arrays in C act to store related data under a single variable name with an index, also known as a subscript.
It is easiest to think of an array as simply a list or ordered grouping for variables of the same type.
As such, arrays often help a programmer organize collections of data efficiently and intuitively
KeshviReddy:
hi
Similar questions