Associative arrays are a --------pair data structure
Answers
Answered by
0
Answer:
Hey mate,
here is your answer
An associative array is an array with string keys rather than numeric keys. Associative arrays are dynamic objects that the user redefines as needed. When you assign values to keys in a variable of type Array, the array is transformed into an object, and it loses the attributes and methods of Array
Similar questions