1.

What will be the output of the following PHP code ?
<?php
for(;;)
{
print "25";
}
?>

A. Nothing
B. 25
C. Error
D. Infinite loop
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs