A
Q. What will be the output of the following PHP code ?
Code:
<?php
$n = "";
while($n)
{
print "Manjesh";
}
print "Ojha";
?>
$n = "";
while($n)
{
print "Manjesh";
}
print "Ojha";
?>
- Correct Answer - Option(B)
- Views: 14
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.