Vidyalelo
PHP · Q44

Arrays

Programming · PHP · question 44

Q44

Array values are keyed by ______ values (called indexed arrays) or using ______ values (called associative arrays). Of course, these key methods can be combined as well.

A.
Float, string
B.
Positive number, negative number
C.
Even number, string
D.
String, Boolean
E.
Integer, string
Answer

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board