Q:

Output is

0

Output is

<?php
    $a = 5;
    $b = 5;
    echo ($a === $b);
    ?>

  1. 5
  2. 1
  3. 0
  4. Nothing

All Answers

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

Correct Answer:

B.1

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

total answers (1)

which function is used to get a lenth of of the st... >>
<< The loops supported by Php...