A
Q. What will be the output of the following PHP code ?
Code:
<?php
do
{
print "Hello";
}
while(0);
print "World";
?>
do
{
print "Hello";
}
while(0);
print "World";
?>
- Correct Answer - Option(C)
- Views: 17
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.