MCQOPTIONS
Saved Bookmarks
| 1. |
What will the $array array contain at the end of the execution of the following script? |
| A. | array ('1', '1') |
| B. | array ('2', '2') |
| C. | array (, ) |
| D. | array (2, 2) |
| Answer» B. array ('2', '2') | |