Computer Science, asked by manglidevi35, 3 months ago

how many types of array​

Answers

Answered by premkumarsahjlan1971
0

Answer:

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.

Please mark me brainliest ✌️✌️

Answered by Anonymous
0

Answer:

In PHP, there are three types of arrays: Indexed arrays - Arrays with a numeric index. Associative arrays - Arrays with named keys. Multidimensional arrays - Arrays containing one or more arrays.

Similar questions