Which statement about associative arrays is true?
A.
Associative arrays can be indexed only by strings.
B.
Associative arrays can access an arbitrary element in constant time.
C.
Associative arrays can be implemented by hashing the key and using the hash for
lookup.
D.
Associative arrays can be indexed only by integers.
Explanation: