

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code? |
A. | Array ( [d] => yellow ) |
B. | Array ( [c] => blue ) |
C. | Array ( [a] => red ) |
D. | Array ( [e] => yellow ) |
Answer» B. Array ( [c] => blue ) | |