

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