what is array in C language?
Answers
Answered by
0
Explanation:
An array is a systematic arrangement of similar objects, usually in rows and columns.
Answered by
1
Answer:
An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensional array is like a list; A two dimensional array is like a table; The C language places no limits on the number of dimensions in an array, though specific implementations may.
Explanation:
A one-dimensional array is like a list; A two dimensional array is like a table; The C language places no limits on the number of dimensions in an array, though specific implementations may.
HOPE IT HELPS YOU. PLS LIKE AND FOLLOW...
MARK AS BRAINLIEST...
Similar questions