Computer Science, asked by spardha1, 1 year ago

Define Array ?? U have to define in computer language??
Please fast tomorrow I am having a exam of computer

Answers

Answered by naveenkvn9
2
Array : An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensionalarray is like a list; A two dimensionalarray is like a table; The C language places no limits on the number of dimensions in an array, though specific implementations may.

;-)
Answered by nikhilrana0011
1
In programming, a series of objects all of which are the same size and type. Each object in an array is called anarray element. For example, you could have an array of integers or an array of characters or an array of anything that has a defined data type.
Similar questions