List types of arrays. and explain
Answers
Answered by
0
➡Three types of arrays:
1.Indexed arrays - Arrays with a numeric index.
2.Associative arrays - Arrays with named keys.
3.Multidimensional arrays - Arrays containing one or more arrays.
1.Indexed arrays - Arrays with a numeric index.
2.Associative arrays - Arrays with named keys.
3.Multidimensional arrays - Arrays containing one or more arrays.
Similar questions