= 0)echo "Not True";}mine(0);"> What will be the output of the following PHP code ?function mine($m){if ($m < 0) = 0)echo "Not True";}mine(0);"> = 0)echo "Not True";}mine(0);" /> = 0)echo "Not True";}mine(0);" />
Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function mine($m){if ($m < 0)echo "less than 0";if ($ >= 0)echo "Not True";}mine(0);
Options:
A .  Not True
B .  No Output
C .  Less Than 0
D .  None of the Mentioned
Answer: Option A

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

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