Computer Science, asked by thebestsatvirsingh5, 8 months ago

What is an array? How many types of array ? Explain with example.

Answers

Answered by amritaj048
1

An array is a collection of one or more values of the same type. Each value is called an element of the array. The elements of the array share the same variable name but each element has its own unique index number (also known as a subscript). An array can be of any type, For example: int , float , char etc.

Hope the answer will help you.

If you like it so please mark me as brainliest I needed it so please please please

Answered by rohanpawar10906
0

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.

Similar questions
Math, 8 months ago