Sail E0 Webinar
Question
What will be the output of the following PHP code ?$i = 0;while($i = 10) {print "hi";}print "hello";
Options:
A .  error
B .  infinite loop
C .  hihello
D .  hello
Answer: Option B

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