1.

What will be the output of the following PHP code ?
<?php
while()
{
print "While loop...";
}
?>

A. Nothing
B. Error
C. While loop...
D. 0
E. None of these
Answer» C. While loop...


Discussion

No Comment Found

Related MCQs