

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? 0){ $i++; print $i; print "hello";}?> |
A. | 4hello4hello4hello4hello4hello…..infinite |
B. | 5hello5hello5hello5hello5hello…..infinite |
C. | no output |
D. | error |
Answer» B. 5hello5hello5hello5hello5hello‚Äö√Ѭ∂..infinite | |