Write the necessity of one dimensional array in c language in quora
Answers
Answered by
0
Answer:
An array which has only one subscript is known as one-dimensional array i.e) int arr[10]. An array variable must be declared before being used in a program. The declaration must have a data type(int, float, char, double, etc.), variable name, and subscript. ... Each array element stored in a separate memory location.
Similar questions