ExamVeda
Login
Home
Control Structures(Loop in PHP)
?

What will be the output of the following PHP code ?
<?php
for(;;)
{
   print "10";
}
?>

Answer & Solution
Correct Answer: Option B
There is no check condition to stop the execution of the loop.
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.