Discussion Forum : Php Control Structures (loop)
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 Your Solution hear:

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