1.

What will be the output of the following PHP code ?
<?php
$s = "";
while ($s = 20)
{
print "Interveiw";
}
print "Mania";
?>

A. Nothing
B. 20
C. Interview.....infinite time
D. Mania.....infinite time
E. None of these
Answer» D. Mania.....infinite time


Discussion

No Comment Found

Related MCQs