Discussion Forum : Php Control Structures (loop)
Question - What will be the output of the following PHP code ?$a = 10;if (1)print "all";elseprint "some"elseprint "none";
Options:
A .  none
B .  some
C .  all
D .  error
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

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