

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ?<?php$name = array("Ajit", "Ats", "Aju");echo "My name is {$name[0]}";?> |
A. | Ajit |
B. | My name is |
C. | Error |
D. | My name is Ajit |
E. | None of these |
Answer» E. None of these | |