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