140,969 views
45 votes
45 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 Sbmandav
by
3.0k points

1 Answer

20 votes
20 votes

Answer:

Step-by-step explanation:

C Because you can't do a foreach loop

User Brianchirls
by
2.5k points