Q. What will be the output of the following PHP code ?
Code:
<?php
$n = "";
while ($n = 20)
{
print "Yami";
}
print "Thakur";
?>
β
Correct Answer: (D)
Infinite loop