

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code? |
A. | Array ( [0] => pasta [1] => steak [2] => fish [3] => potatoes ) |
B. | Array ( [3] => potatoes ) |
C. | Array ( [1] => steak ) |
D. | Array ( [0] => potatoes ) |
Answer» D. Array ( [0] => potatoes ) | |