?
What will be the output of the following PHP code ?
What will be the output of the following PHP code ?
<?php
while()
{
print "hi";
}
?>
<?php
while()
{
print "hi";
}
?>
Answer & Solution
Correct Answer:
Option
D
The while loop cannot be defined without a condition.
Join the Discussion
Login to post a comment or share your explanation.
Login