1.

What will be the output of the following PHP code ?
<?php
$n = "";
while($n)
{
print "Manjesh";
}
print "Ojha";
?>

A. Manjesh
B. Ojha
C. Error
D. Nothing
E. None of these
Answer» C. Error


Discussion

No Comment Found

Related MCQs