Sail E0 Webinar
Question
What will be the output of the following PHP code ?for (1; $i == 1; $i = 2)print "In for loop ";print "After loopn";
Options:
A .  In for loopAfter for loop
B .  In for loop
C .  Infinite loop
D .  After for loop
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers