Business Studies, asked by shauryabaranwal2580, 11 months ago

Explain Indexed array with example.

Answers

Answered by Anonymous
1

Answer:

Arrays in PHP is a type of data structure that allows us to store multiple elements of similar data type under a single variable thereby saving us the effort of creating a different variable for every data. ...

Indexed or Numeric Arrays: An array with a numeric index where values are stored linearly.

Similar questions