1.

What will be the output of the following PHP code ?
<?php
$t = 21;
if (**$t == 23)
{
echo $t;
}
?>

A. 21
B. 23
C. Error
D. Nothing
E. None of these
Answer» D. Nothing


Discussion

No Comment Found

Related MCQs