

MCQOPTIONS
Saved Bookmarks
1. |
_ What will be the output of the following PHP code?$? |
A. | Array ( [d] => yellow ) |
B. | Array ( [i] => orange ) |
C. | Array ( [h] => orange ) |
D. | Array ( [d] => yellow [h] => orange ) |
Answer» B. Array ( [i] => orange ) | |