Define Array ?? U have to define in computer language??
Please fast tomorrow I am having a exam of computer
Answers
Answered by
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
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