Computer Science, asked by appuser, 1 year ago

what is an array? please explain with an example

Answers

Answered by kashish192
1
an array is. a data structure that contain a group of elements typically these elements are all of the same data type such as integer or string . arrays are commonly used in computer programs to organize data so that a related set of values can be easily stored or searched .
for e.g.
a search engine may use an array to store web pages found in a search performed by the user when displaying the result the programme will output one element of the aaray at a time

6397299989: hii
Similar questions