MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code? |
| A. | rray ( [0] => LA [1] => Paris [2] => Paris ) |
| B. | rray ( [0] => NYC [1] => LA [2] => Paris) |
| C. | rray ( [0] => NYC [1] => LA [2] => Paris [3] => Paris ) |
| D. | one of the mentioned |
| Answer» B. rray ( [0] => NYC [1] => LA [2] => Paris) | |