Q:

What will be the output of the following PHP code ?

0

What will be the output of the following PHP code ?

<?php
    function mine($m)
    {
        if ($m < 0)
            echo "less than 0";
        if ($ >= 0)
            echo "Not True";
    }
    mine(0);
?>

  1. Less Than 0
  2. Not True
  3. No Output
  4. None of the Mentioned

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Not True

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now