Computer Science, asked by soumjoshi273, 10 months ago

What is array in c ​

Answers

Answered by niharika948263
2

Answer:

In computer science, an array data structure, or simply an array, is a data structure consisting of a collection of elements, each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula.

Answered by Anonymous
4

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.

Similar questions