294 views
3 votes
Which of the following statements about associative arrays is NOT true?

A.You can use the count function to return the number of elements in the array
B. You can use both integer and string indexes with an associative array
C. You can use a foreach loop to access the values of an associative array but not the indexes
D. You can delete elements from an associative array

User Sm Abbas
by
4.0k points

1 Answer

2 votes

Answer:

Step-by-step explanation:

C Because you can't do a foreach loop

User Someth Victory
by
4.2k points