

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code? |
A. | rray ( [0] => red [1] => green) |
B. | rray ( [0] => blue [1] => yellow [2] => red [3] => green ) |
C. | rray ( [0] => red [1] => green [2] => blue [3] => yellow ) |
D. | rray ( [0] => blue [1] => yellow ) |
Answer» D. rray ( [0] => blue [1] => yellow ) | |