

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? 0){$i++; print $i; print "hello";}?> |
A. | hello4hello4hello4hello4hello…..infinite |
B. | hello5hello5hello5hello5hello…..infinite |
C. | o output |
D. | rror |
Answer» B. hello5hello5hello5hello5hello…..infinite | |