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