

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php while() { print "hi"; } ?> |
A. | Infinite loop |
B. | Hi |
C. | No output |
D. | Error |
Answer» E. | |