

MCQOPTIONS
Saved Bookmarks
1. |
*/*_What will be the output of the following PHP code?? |
A. | Array ( [0] => red [1] => green ) |
B. | Array ( [0] => green [1] => blue ) |
C. | Array ( [0] => red [1] => blue ) |
D. | Array ( [0] => blue [1] => blue ) |
Answer» B. Array ( [0] => green [1] => blue ) | |