MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code ? <?php $people = array("Peter", "Susan", "Edmund", "Lucy"); echo pos($people); ?> |
| A. | Lucy |
| B. | Peter |
| C. | Susan |
| D. | Edmund |
| Answer» C. Susan | |