Q:

What will be the output of the following PHP code ?

0

What will be the output of the following PHP code ?

<?php
$y = 2;
if (**$y == 4)
{
    echo $y;
}
?>

  1. 4
  2. 2
  3. error at line2
  4. 8

All Answers

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

 (c).error at line2

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