Computer Science, asked by archanadeaf, 4 months ago

1.
What is the need of an array?
2.
What do you mean by searching?​

Answers

Answered by Kristy12
0

Answer:

1- An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

2- Searching is the process of finding a given value position in a list of values. It decides whether a search key is present in the data or not. It is the algorithmic process of finding a particular item in a collection of items. It can be done on internal data structure or on external data structure.

Explanation:

Hope it is helpful to you

10 Thanks dedo

Similar questions